Html Css Color HEX #D05BED Heliotrope

📋 copy color: '#D05BED'

red 208 ◦ green 91 ◦ blue 237

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

Shades of Heliotrope #D05BED

Tints of Heliotrope #D05BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.22%

R = 38.81%
G = 16.98%
B = 44.22%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D05BED (or 0xD05BED) is known color: Heliotrope. HEX triplet: D0, 5B and ED. RGB value is (208,91,237). Sum of RGB (Red+Green+Blue) = 208+91+237=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 91 (35.94% from 255 or 16.98% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #D05BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05BED is #2FA412. Grayscale: #8E8E8E. Windows color (decimal): -3122195 or 15555536. OLE color: 15555536.

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

Color convert

RGB 208 91 237 -
CMYK 0.12 0.62 0 0.07
HSL 288.08º 0.8% 0.64% -
HSV(B) 288.08º 0.62% 0.93% -
XYZ 45.04 27.01 82.96 -
YUV 142.63 181.26 174.63 -
System Red Green Blue C M Y K H S L
Decimal 208 91 237 0.12 0.62 0 0.07 288.08 0.8 0.64
Hex D0 5B ED C 3E 0 7 120 50 40
Octal 320 133 355 14 76 0 7 440 120 100
Binary 11010000 1011011 11101101 1100 111110 0 111 100100000 1010000 1000000

Color Harmonies of #D05BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05BED

Black with #D05BED

Text Example


Text Example

White with #D05BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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