Html Css Color HEX #D066FC Heliotrope

📋 copy color: '#D066FC'

red 208 ◦ green 102 ◦ blue 252

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

Shades of Heliotrope #D066FC

Tints of Heliotrope #D066FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.84%

R = 37.01%
G = 18.15%
B = 44.84%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D066FC (or 0xD066FC) is known color: Heliotrope. HEX triplet: D0, 66 and FC. RGB value is (208,102,252). Sum of RGB (Red+Green+Blue) = 208+102+252=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 102 (40.23% from 255 or 18.15% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #D066FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D066FC is #2F9903. Grayscale: #969696. Windows color (decimal): -3119364 or 16541392. OLE color: 16541392.

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

Color convert

RGB 208 102 252 -
CMYK 0.17 0.60 0 0.01
HSL 282.4º 0.96% 0.69% -
HSV(B) 282.4º 0.6% 0.99% -
XYZ 48.33 29.94 95.33 -
YUV 150.79 185.12 168.8 -
System Red Green Blue C M Y K H S L
Decimal 208 102 252 0.17 0.60 0 0.01 282.4 0.96 0.69
Hex D0 66 FC 11 3C 0 1 11A 60 45
Octal 320 146 374 21 74 0 1 432 140 105
Binary 11010000 1100110 11111100 10001 111100 0 1 100011010 1100000 1000101

Color Harmonies of #D066FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066FC

Black with #D066FC

Text Example


Text Example

White with #D066FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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