Html Css Color HEX #D05BEE Heliotrope

📋 copy color: '#D05BEE'

red 208 ◦ green 91 ◦ blue 238

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

Shades of Heliotrope #D05BEE

Tints of Heliotrope #D05BEE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.95%

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

R = 38.73%
G = 16.95%
B = 44.32%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D05BEE (or 0xD05BEE) is known color: Heliotrope. HEX triplet: D0, 5B and EE. RGB value is (208,91,238). Sum of RGB (Red+Green+Blue) = 208+91+238=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 91 (35.94% from 255 or 16.95% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #D05BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05BEE is #2FA411. Grayscale: #8E8E8E. Windows color (decimal): -3122194 or 15621072. OLE color: 15621072.

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

Color convert

RGB 208 91 238 -
CMYK 0.13 0.62 0 0.07
HSL 287.76º 0.81% 0.65% -
HSV(B) 287.76º 0.62% 0.93% -
XYZ 45.19 27.07 83.73 -
YUV 142.74 181.76 174.55 -
System Red Green Blue C M Y K H S L
Decimal 208 91 238 0.13 0.62 0 0.07 287.76 0.81 0.65
Hex D0 5B EE D 3E 0 7 120 51 41
Octal 320 133 356 15 76 0 7 440 121 101
Binary 11010000 1011011 11101110 1101 111110 0 111 100100000 1010001 1000001

Color Harmonies of #D05BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05BEE

Black with #D05BEE

Text Example


Text Example

White with #D05BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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