Html Css Color HEX #DB7DFD Heliotrope

📋 copy color: '#DB7DFD'

red 219 ◦ green 125 ◦ blue 253

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

Shades of Heliotrope #DB7DFD

Tints of Heliotrope #DB7DFD

RGB

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

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

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

R = 36.68%
G = 20.94%
B = 42.38%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB7DFD (or 0xDB7DFD) is known color: Heliotrope. HEX triplet: DB, 7D and FD. RGB value is (219,125,253). Sum of RGB (Red+Green+Blue) = 219+125+253=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 125 (49.22% from 255 or 20.94% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB7DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7DFD is #248202. Grayscale: #A7A7A7. Windows color (decimal): -2392579 or 16612827. OLE color: 16612827.

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

Color convert

RGB 219 125 253 -
CMYK 0.13 0.51 0 0.01
HSL 284.06º 0.97% 0.74% -
HSV(B) 284.06º 0.51% 0.99% -
XYZ 54.28 36.82 97.17 -
YUV 167.7 176.14 164.59 -
System Red Green Blue C M Y K H S L
Decimal 219 125 253 0.13 0.51 0 0.01 284.06 0.97 0.74
Hex DB 7D FD D 33 0 1 11C 61 4A
Octal 333 175 375 15 63 0 1 434 141 112
Binary 11011011 1111101 11111101 1101 110011 0 1 100011100 1100001 1001010

Color Harmonies of #DB7DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DFD

Black with #DB7DFD

Text Example


Text Example

White with #DB7DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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