Html Css Color HEX #D066F1 Heliotrope

📋 copy color: '#D066F1'

red 208 ◦ green 102 ◦ blue 241

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

Shades of Heliotrope #D066F1

Tints of Heliotrope #D066F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.74%

R = 37.75%
G = 18.51%
B = 43.74%

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

#D066F1 (or 0xD066F1) is known color: Heliotrope. HEX triplet: D0, 66 and F1. RGB value is (208,102,241). Sum of RGB (Red+Green+Blue) = 208+102+241=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 102 (40.23% from 255 or 18.51% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #D066F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D066F1 is #2F990E. Grayscale: #959595. Windows color (decimal): -3119375 or 15820496. OLE color: 15820496.

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

Color convert

RGB 208 102 241 -
CMYK 0.14 0.58 0 0.05
HSL 285.76º 0.83% 0.67% -
HSV(B) 285.76º 0.58% 0.95% -
XYZ 46.64 29.26 86.41 -
YUV 149.54 179.62 169.7 -
System Red Green Blue C M Y K H S L
Decimal 208 102 241 0.14 0.58 0 0.05 285.76 0.83 0.67
Hex D0 66 F1 E 3A 0 5 11E 53 43
Octal 320 146 361 16 72 0 5 436 123 103
Binary 11010000 1100110 11110001 1110 111010 0 101 100011110 1010011 1000011

Color Harmonies of #D066F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066F1

Black with #D066F1

Text Example


Text Example

White with #D066F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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