Html Css Color HEX #DB71ED Heliotrope

📋 copy color: '#DB71ED'

red 219 ◦ green 113 ◦ blue 237

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

Shades of Heliotrope #DB71ED

Tints of Heliotrope #DB71ED

RGB

 RED value IS 219 (85.94% from 255) = 38.49%

 GREEN value IS 113 (44.53% from 255) = 19.86%

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

R = 38.49%
G = 19.86%
B = 41.65%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB71ED (or 0xDB71ED) is known color: Heliotrope. HEX triplet: DB, 71 and ED. RGB value is (219,113,237). Sum of RGB (Red+Green+Blue) = 219+113+237=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB71ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB71ED is #248E12. Grayscale: #9E9E9E. Windows color (decimal): -2395667 or 15561179. OLE color: 15561179.

HSL color Cylindrical-coordinate representation of color #DB71ED: hue angle of 291.29º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB71ED is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 113 237 -
CMYK 0.08 0.52 0 0.07
HSL 291.29º 0.78% 0.69% -
HSV(B) 291.29º 0.52% 0.93% -
XYZ 50.4 32.98 83.83 -
YUV 158.83 172.12 170.92 -
System Red Green Blue C M Y K H S L
Decimal 219 113 237 0.08 0.52 0 0.07 291.29 0.78 0.69
Hex DB 71 ED 8 34 0 7 123 4E 45
Octal 333 161 355 10 64 0 7 443 116 105
Binary 11011011 1110001 11101101 1000 110100 0 111 100100011 1001110 1000101

Color Harmonies of #DB71ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB71ED

Black with #DB71ED

Text Example


Text Example

White with #DB71ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB71ED; }

 p { color: rgb(219,113,237); }

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

background-color css

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

 a { background-color: rgb(219,113,237); }

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

border-color css

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

 span { border-color: rgb(219,113,237); }

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