Html Css Color HEX #D05EEB Heliotrope

📋 copy color: '#D05EEB'

red 208 ◦ green 94 ◦ blue 235

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

Shades of Heliotrope #D05EEB

Tints of Heliotrope #D05EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.5%

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

R = 38.73%
G = 17.5%
B = 43.76%

CMYK

 C value IS 0.11

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D05EEB (or 0xD05EEB) is known color: Heliotrope. HEX triplet: D0, 5E and EB. RGB value is (208,94,235). Sum of RGB (Red+Green+Blue) = 208+94+235=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #D05EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05EEB is #2FA114. Grayscale: #8F8F8F. Windows color (decimal): -3121429 or 15425232. OLE color: 15425232.

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

Color convert

RGB 208 94 235 -
CMYK 0.11 0.6 0 0.08
HSL 288.51º 0.78% 0.65% -
HSV(B) 288.51º 0.6% 0.92% -
XYZ 45.01 27.41 81.52 -
YUV 144.16 179.27 173.54 -
System Red Green Blue C M Y K H S L
Decimal 208 94 235 0.11 0.6 0 0.08 288.51 0.78 0.65
Hex D0 5E EB B 3C 0 8 121 4E 41
Octal 320 136 353 13 74 0 10 441 116 101
Binary 11010000 1011110 11101011 1011 111100 0 1000 100100001 1001110 1000001

Color Harmonies of #D05EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05EEB

Black with #D05EEB

Text Example


Text Example

White with #D05EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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