Html Css Color HEX #D05EEE Heliotrope

📋 copy color: '#D05EEE'

red 208 ◦ green 94 ◦ blue 238

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

Shades of Heliotrope #D05EEE

Tints of Heliotrope #D05EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.07%

R = 38.52%
G = 17.41%
B = 44.07%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D05EEE (or 0xD05EEE) is known color: Heliotrope. HEX triplet: D0, 5E and EE. RGB value is (208,94,238). Sum of RGB (Red+Green+Blue) = 208+94+238=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 94 (37.11% from 255 or 17.41% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #D05EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05EEE is #2FA111. Grayscale: #909090. Windows color (decimal): -3121426 or 15621840. OLE color: 15621840.

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

Color convert

RGB 208 94 238 -
CMYK 0.13 0.61 0 0.07
HSL 287.5º 0.81% 0.65% -
HSV(B) 287.5º 0.61% 0.93% -
XYZ 45.45 27.59 83.82 -
YUV 144.5 180.77 173.29 -
System Red Green Blue C M Y K H S L
Decimal 208 94 238 0.13 0.61 0 0.07 287.5 0.81 0.65
Hex D0 5E EE D 3D 0 7 120 51 41
Octal 320 136 356 15 75 0 7 440 121 101
Binary 11010000 1011110 11101110 1101 111101 0 111 100100000 1010001 1000001

Color Harmonies of #D05EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05EEE

Black with #D05EEE

Text Example


Text Example

White with #D05EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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