Html Css Color HEX #D066EF Heliotrope

📋 copy color: '#D066EF'

red 208 ◦ green 102 ◦ blue 239

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

Shades of Heliotrope #D066EF

Tints of Heliotrope #D066EF

RGB

 RED value IS 208 (81.64% from 255) = 37.89%

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

 BLUE value IS 239 (93.75% from 255) = 43.53%

R = 37.89%
G = 18.58%
B = 43.53%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D066EF (or 0xD066EF) is known color: Heliotrope. HEX triplet: D0, 66 and EF. RGB value is (208,102,239). Sum of RGB (Red+Green+Blue) = 208+102+239=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #D066EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D066EF is #2F9910. Grayscale: #949494. Windows color (decimal): -3119377 or 15689424. OLE color: 15689424.

HSL color Cylindrical-coordinate representation of color #D066EF: hue angle of 286.42º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D066EF is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 102 239 -
CMYK 0.13 0.57 0 0.06
HSL 286.42º 0.81% 0.67% -
HSV(B) 286.42º 0.57% 0.94% -
XYZ 46.34 29.14 84.84 -
YUV 149.31 178.62 169.86 -
System Red Green Blue C M Y K H S L
Decimal 208 102 239 0.13 0.57 0 0.06 286.42 0.81 0.67
Hex D0 66 EF D 39 0 6 11E 51 43
Octal 320 146 357 15 71 0 6 436 121 103
Binary 11010000 1100110 11101111 1101 111001 0 110 100011110 1010001 1000011

Color Harmonies of #D066EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066EF

Black with #D066EF

Text Example


Text Example

White with #D066EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066EF; }

 p { color: rgb(208,102,239); }

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

background-color css

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

 a { background-color: rgb(208,102,239); }

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

border-color css

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

 span { border-color: rgb(208,102,239); }

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