Html Css Color HEX #D066F3 Heliotrope

📋 copy color: '#D066F3'

red 208 ◦ green 102 ◦ blue 243

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

Shades of Heliotrope #D066F3

Tints of Heliotrope #D066F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.94%

R = 37.61%
G = 18.44%
B = 43.94%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D066F3 (or 0xD066F3) is known color: Heliotrope. HEX triplet: D0, 66 and F3. RGB value is (208,102,243). Sum of RGB (Red+Green+Blue) = 208+102+243=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 102 (40.23% from 255 or 18.44% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #D066F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D066F3 is #2F990C. Grayscale: #959595. Windows color (decimal): -3119373 or 15951568. OLE color: 15951568.

HSL color Cylindrical-coordinate representation of color #D066F3: hue angle of 285.11º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D066F3 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 102 243 -
CMYK 0.14 0.58 0 0.05
HSL 285.11º 0.85% 0.68% -
HSV(B) 285.11º 0.58% 0.95% -
XYZ 46.94 29.38 87.99 -
YUV 149.77 180.62 169.54 -
System Red Green Blue C M Y K H S L
Decimal 208 102 243 0.14 0.58 0 0.05 285.11 0.85 0.68
Hex D0 66 F3 E 3A 0 5 11D 55 44
Octal 320 146 363 16 72 0 5 435 125 104
Binary 11010000 1100110 11110011 1110 111010 0 101 100011101 1010101 1000100

Color Harmonies of #D066F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066F3

Black with #D066F3

Text Example


Text Example

White with #D066F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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