Html Css Color HEX #DB66FD Heliotrope

📋 copy color: '#DB66FD'

red 219 ◦ green 102 ◦ blue 253

#DB66FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DB66FD

Tints of Heliotrope #DB66FD

RGB

 RED value IS 219 (85.94% from 255) = 38.15%

 GREEN value IS 102 (40.23% from 255) = 17.77%

 BLUE value IS 253 (99.22% from 255) = 44.08%

R = 38.15%
G = 17.77%
B = 44.08%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DB66FD (or 0xDB66FD) is known color: Heliotrope. HEX triplet: DB, 66 and FD. RGB value is (219,102,253). Sum of RGB (Red+Green+Blue) = 219+102+253=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 102 (40.23% from 255 or 17.77% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB66FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB66FD is #249902. Grayscale: #999999. Windows color (decimal): -2398467 or 16606939. OLE color: 16606939.

HSL color Cylindrical-coordinate representation of color #DB66FD: hue angle of 286.49º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB66FD is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 102 253 -
CMYK 0.13 0.60 0 0.01
HSL 286.49º 0.97% 0.7% -
HSV(B) 286.49º 0.6% 0.99% -
XYZ 51.69 31.65 96.31 -
YUV 154.2 183.76 174.22 -
System Red Green Blue C M Y K H S L
Decimal 219 102 253 0.13 0.60 0 0.01 286.49 0.97 0.7
Hex DB 66 FD D 3C 0 1 11E 61 46
Octal 333 146 375 15 74 0 1 436 141 106
Binary 11011011 1100110 11111101 1101 111100 0 1 100011110 1100001 1000110

Color Harmonies of #DB66FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB66FD

Black with #DB66FD

Text Example


Text Example

White with #DB66FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB66FD; }

 p { color: rgb(219,102,253); }

 H1.HeaderClassName
 {
   color: #DB66FD;
 }
 .AnyTagClassName
 {
   color: #DB66FD;
 }
</style>

background-color css

<style>
 a { background-color: #DB66FD; }

 a { background-color: rgb(219,102,253); }

 div.DivClassName
 {
   background-color: #DB66FD;
 }
 .BgClassName
 {
   background-color: #DB66FD;
 }
</style>

border-color css

<style>
 span { border-color: #DB66FD; }

 span { border-color: rgb(219,102,253); }

 td.TdClassName
 {
   border-color: #DB66FD;
 }
 .TagClassName
 {
   border-color: #DB66FD;
 }
</style>