Html Css Color HEX #DB7AFD Heliotrope

📋 copy color: '#DB7AFD'

red 219 ◦ green 122 ◦ blue 253

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

Shades of Heliotrope #DB7AFD

Tints of Heliotrope #DB7AFD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.54%

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

R = 36.87%
G = 20.54%
B = 42.59%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB7AFD (or 0xDB7AFD) is known color: Heliotrope. HEX triplet: DB, 7A and FD. RGB value is (219,122,253). Sum of RGB (Red+Green+Blue) = 219+122+253=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 122 (48.05% from 255 or 20.54% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB7AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7AFD is #248502. Grayscale: #A5A5A5. Windows color (decimal): -2393347 or 16612059. OLE color: 16612059.

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

Color convert

RGB 219 122 253 -
CMYK 0.13 0.52 0 0.01
HSL 284.43º 0.97% 0.74% -
HSV(B) 284.43º 0.52% 0.99% -
XYZ 53.9 36.07 97.05 -
YUV 165.94 177.14 165.85 -
System Red Green Blue C M Y K H S L
Decimal 219 122 253 0.13 0.52 0 0.01 284.43 0.97 0.74
Hex DB 7A FD D 34 0 1 11C 61 4A
Octal 333 172 375 15 64 0 1 434 141 112
Binary 11011011 1111010 11111101 1101 110100 0 1 100011100 1100001 1001010

Color Harmonies of #DB7AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7AFD

Black with #DB7AFD

Text Example


Text Example

White with #DB7AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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