Html Css Color HEX #DB7DEE Heliotrope

📋 copy color: '#DB7DEE'

red 219 ◦ green 125 ◦ blue 238

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

Shades of Heliotrope #DB7DEE

Tints of Heliotrope #DB7DEE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.48%

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

R = 37.63%
G = 21.48%
B = 40.89%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB7DEE (or 0xDB7DEE) is known color: Heliotrope. HEX triplet: DB, 7D and EE. RGB value is (219,125,238). Sum of RGB (Red+Green+Blue) = 219+125+238=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 125 (49.22% from 255 or 21.48% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB7DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7DEE is #248211. Grayscale: #A5A5A5. Windows color (decimal): -2392594 or 15629787. OLE color: 15629787.

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

Color convert

RGB 219 125 238 -
CMYK 0.08 0.47 0 0.07
HSL 289.91º 0.77% 0.71% -
HSV(B) 289.91º 0.47% 0.93% -
XYZ 51.98 35.9 85.08 -
YUV 165.99 168.64 165.81 -
System Red Green Blue C M Y K H S L
Decimal 219 125 238 0.08 0.47 0 0.07 289.91 0.77 0.71
Hex DB 7D EE 8 2F 0 7 122 4D 47
Octal 333 175 356 10 57 0 7 442 115 107
Binary 11011011 1111101 11101110 1000 101111 0 111 100100010 1001101 1000111

Color Harmonies of #DB7DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DEE

Black with #DB7DEE

Text Example


Text Example

White with #DB7DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DEE; }

 p { color: rgb(219,125,238); }

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

background-color css

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

 a { background-color: rgb(219,125,238); }

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

border-color css

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

 span { border-color: rgb(219,125,238); }

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