Html Css Color HEX #D062EB Heliotrope

📋 copy color: '#D062EB'

red 208 ◦ green 98 ◦ blue 235

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

Shades of Heliotrope #D062EB

Tints of Heliotrope #D062EB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.11%

 BLUE value IS 235 (92.19% from 255) = 43.44%

R = 38.45%
G = 18.11%
B = 43.44%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D062EB (or 0xD062EB) is known color: Heliotrope. HEX triplet: D0, 62 and EB. RGB value is (208,98,235). Sum of RGB (Red+Green+Blue) = 208+98+235=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 98 (38.67% from 255 or 18.11% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #D062EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D062EB is #2F9D14. Grayscale: #929292. Windows color (decimal): -3120405 or 15426256. OLE color: 15426256.

HSL color Cylindrical-coordinate representation of color #D062EB: hue angle of 288.18º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D062EB is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 98 235 -
CMYK 0.11 0.58 0 0.08
HSL 288.18º 0.77% 0.65% -
HSV(B) 288.18º 0.58% 0.92% -
XYZ 45.38 28.14 81.64 -
YUV 146.51 177.94 171.86 -
System Red Green Blue C M Y K H S L
Decimal 208 98 235 0.11 0.58 0 0.08 288.18 0.77 0.65
Hex D0 62 EB B 3A 0 8 120 4D 41
Octal 320 142 353 13 72 0 10 440 115 101
Binary 11010000 1100010 11101011 1011 111010 0 1000 100100000 1001101 1000001

Color Harmonies of #D062EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D062EB

Black with #D062EB

Text Example


Text Example

White with #D062EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D062EB; }

 p { color: rgb(208,98,235); }

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

background-color css

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

 a { background-color: rgb(208,98,235); }

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

border-color css

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

 span { border-color: rgb(208,98,235); }

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