Html Css Color HEX #DB74ED Heliotrope

📋 copy color: '#DB74ED'

red 219 ◦ green 116 ◦ blue 237

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

Shades of Heliotrope #DB74ED

Tints of Heliotrope #DB74ED

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.28%

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

R = 38.29%
G = 20.28%
B = 41.43%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB74ED (or 0xDB74ED) is known color: Heliotrope. HEX triplet: DB, 74 and ED. RGB value is (219,116,237). Sum of RGB (Red+Green+Blue) = 219+116+237=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 116 (45.70% from 255 or 20.28% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB74ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB74ED is #248B12. Grayscale: #A0A0A0. Windows color (decimal): -2394899 or 15561947. OLE color: 15561947.

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

Color convert

RGB 219 116 237 -
CMYK 0.08 0.51 0 0.07
HSL 291.07º 0.77% 0.69% -
HSV(B) 291.07º 0.51% 0.93% -
XYZ 50.74 33.67 83.94 -
YUV 160.59 171.12 169.66 -
System Red Green Blue C M Y K H S L
Decimal 219 116 237 0.08 0.51 0 0.07 291.07 0.77 0.69
Hex DB 74 ED 8 33 0 7 123 4D 45
Octal 333 164 355 10 63 0 7 443 115 105
Binary 11011011 1110100 11101101 1000 110011 0 111 100100011 1001101 1000101

Color Harmonies of #DB74ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74ED

Black with #DB74ED

Text Example


Text Example

White with #DB74ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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