Html Css Color HEX #D066FA Heliotrope

📋 copy color: '#D066FA'

red 208 ◦ green 102 ◦ blue 250

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

Shades of Heliotrope #D066FA

Tints of Heliotrope #D066FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.64%

R = 37.14%
G = 18.21%
B = 44.64%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D066FA (or 0xD066FA) is known color: Heliotrope. HEX triplet: D0, 66 and FA. RGB value is (208,102,250). Sum of RGB (Red+Green+Blue) = 208+102+250=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 102 (40.23% from 255 or 18.21% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #D066FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D066FA is #2F9905. Grayscale: #969696. Windows color (decimal): -3119366 or 16410320. OLE color: 16410320.

HSL color Cylindrical-coordinate representation of color #D066FA: hue angle of 282.97º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D066FA is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 102 250 -
CMYK 0.17 0.59 0 0.02
HSL 282.97º 0.94% 0.69% -
HSV(B) 282.97º 0.59% 0.98% -
XYZ 48.02 29.81 93.67 -
YUV 150.57 184.12 168.97 -
System Red Green Blue C M Y K H S L
Decimal 208 102 250 0.17 0.59 0 0.02 282.97 0.94 0.69
Hex D0 66 FA 11 3B 0 2 11B 5E 45
Octal 320 146 372 21 73 0 2 433 136 105
Binary 11010000 1100110 11111010 10001 111011 0 10 100011011 1011110 1000101

Color Harmonies of #D066FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066FA

Black with #D066FA

Text Example


Text Example

White with #D066FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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