Html Css Color HEX #D061EF Heliotrope

📋 copy color: '#D061EF'

red 208 ◦ green 97 ◦ blue 239

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

Shades of Heliotrope #D061EF

Tints of Heliotrope #D061EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.93%

R = 38.24%
G = 17.83%
B = 43.93%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D061EF (or 0xD061EF) is known color: Heliotrope. HEX triplet: D0, 61 and EF. RGB value is (208,97,239). Sum of RGB (Red+Green+Blue) = 208+97+239=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #D061EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D061EF is #2F9E10. Grayscale: #919191. Windows color (decimal): -3120657 or 15688144. OLE color: 15688144.

HSL color Cylindrical-coordinate representation of color #D061EF: hue angle of 286.9º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D061EF is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 97 239 -
CMYK 0.13 0.59 0 0.06
HSL 286.9º 0.82% 0.66% -
HSV(B) 286.9º 0.59% 0.94% -
XYZ 45.87 28.19 84.69 -
YUV 146.38 180.27 171.95 -
System Red Green Blue C M Y K H S L
Decimal 208 97 239 0.13 0.59 0 0.06 286.9 0.82 0.66
Hex D0 61 EF D 3B 0 6 11F 52 42
Octal 320 141 357 15 73 0 6 437 122 102
Binary 11010000 1100001 11101111 1101 111011 0 110 100011111 1010010 1000010

Color Harmonies of #D061EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D061EF

Black with #D061EF

Text Example


Text Example

White with #D061EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D061EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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