Html Css Color HEX #D061ED Heliotrope

📋 copy color: '#D061ED'

red 208 ◦ green 97 ◦ blue 237

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

Shades of Heliotrope #D061ED

Tints of Heliotrope #D061ED

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.9%

 BLUE value IS 237 (92.97% from 255) = 43.73%

R = 38.38%
G = 17.9%
B = 43.73%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D061ED (or 0xD061ED) is known color: Heliotrope. HEX triplet: D0, 61 and ED. RGB value is (208,97,237). Sum of RGB (Red+Green+Blue) = 208+97+237=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 97 (38.28% from 255 or 17.90% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #D061ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D061ED is #2F9E12. Grayscale: #919191. Windows color (decimal): -3120659 or 15557072. OLE color: 15557072.

HSL color Cylindrical-coordinate representation of color #D061ED: hue angle of 287.57º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D061ED is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 97 237 -
CMYK 0.12 0.59 0 0.07
HSL 287.57º 0.8% 0.65% -
HSV(B) 287.57º 0.59% 0.93% -
XYZ 45.57 28.07 83.14 -
YUV 146.15 179.27 172.12 -
System Red Green Blue C M Y K H S L
Decimal 208 97 237 0.12 0.59 0 0.07 287.57 0.8 0.65
Hex D0 61 ED C 3B 0 7 120 50 41
Octal 320 141 355 14 73 0 7 440 120 101
Binary 11010000 1100001 11101101 1100 111011 0 111 100100000 1010000 1000001

Color Harmonies of #D061ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D061ED

Black with #D061ED

Text Example


Text Example

White with #D061ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D061ED; }

 p { color: rgb(208,97,237); }

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

background-color css

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

 a { background-color: rgb(208,97,237); }

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

border-color css

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

 span { border-color: rgb(208,97,237); }

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