Html Css Color HEX #DB7EFD Heliotrope

📋 copy color: '#DB7EFD'

red 219 ◦ green 126 ◦ blue 253

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

Shades of Heliotrope #DB7EFD

Tints of Heliotrope #DB7EFD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.07%

 BLUE value IS 253 (99.22% from 255) = 42.31%

R = 36.62%
G = 21.07%
B = 42.31%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB7EFD (or 0xDB7EFD) is known color: Heliotrope. HEX triplet: DB, 7E and FD. RGB value is (219,126,253). Sum of RGB (Red+Green+Blue) = 219+126+253=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 126 (49.61% from 255 or 21.07% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB7EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7EFD is #248102. Grayscale: #A7A7A7. Windows color (decimal): -2392323 or 16613083. OLE color: 16613083.

HSL color Cylindrical-coordinate representation of color #DB7EFD: hue angle of 283.94º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB7EFD is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 126 253 -
CMYK 0.13 0.50 0 0.01
HSL 283.94º 0.97% 0.74% -
HSV(B) 283.94º 0.5% 0.99% -
XYZ 54.4 37.07 97.22 -
YUV 168.29 175.81 164.17 -
System Red Green Blue C M Y K H S L
Decimal 219 126 253 0.13 0.50 0 0.01 283.94 0.97 0.74
Hex DB 7E FD D 32 0 1 11C 61 4A
Octal 333 176 375 15 62 0 1 434 141 112
Binary 11011011 1111110 11111101 1101 110010 0 1 100011100 1100001 1001010

Color Harmonies of #DB7EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7EFD

Black with #DB7EFD

Text Example


Text Example

White with #DB7EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7EFD; }

 p { color: rgb(219,126,253); }

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

background-color css

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

 a { background-color: rgb(219,126,253); }

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

border-color css

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

 span { border-color: rgb(219,126,253); }

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