Html Css Color HEX #D066FD Heliotrope

📋 copy color: '#D066FD'

red 208 ◦ green 102 ◦ blue 253

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

Shades of Heliotrope #D066FD

Tints of Heliotrope #D066FD

RGB

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

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

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

R = 36.94%
G = 18.12%
B = 44.94%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D066FD (or 0xD066FD) is known color: Heliotrope. HEX triplet: D0, 66 and FD. RGB value is (208,102,253). Sum of RGB (Red+Green+Blue) = 208+102+253=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 102 (40.23% from 255 or 18.12% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #D066FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D066FD is #2F9902. Grayscale: #969696. Windows color (decimal): -3119363 or 16606928. OLE color: 16606928.

HSL color Cylindrical-coordinate representation of color #D066FD: hue angle of 282.12º 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 #D066FD is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 102 253 -
CMYK 0.18 0.60 0 0.01
HSL 282.12º 0.97% 0.7% -
HSV(B) 282.12º 0.6% 0.99% -
XYZ 48.49 30 96.16 -
YUV 150.91 185.62 168.72 -
System Red Green Blue C M Y K H S L
Decimal 208 102 253 0.18 0.60 0 0.01 282.12 0.97 0.7
Hex D0 66 FD 12 3C 0 1 11A 61 46
Octal 320 146 375 22 74 0 1 432 141 106
Binary 11010000 1100110 11111101 10010 111100 0 1 100011010 1100001 1000110

Color Harmonies of #D066FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066FD

Black with #D066FD

Text Example


Text Example

White with #D066FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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