Html Css Color HEX #DB7CFD Heliotrope

📋 copy color: '#DB7CFD'

red 219 ◦ green 124 ◦ blue 253

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

Shades of Heliotrope #DB7CFD

Tints of Heliotrope #DB7CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.81%

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

R = 36.74%
G = 20.81%
B = 42.45%

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

#DB7CFD (or 0xDB7CFD) is known color: Heliotrope. HEX triplet: DB, 7C and FD. RGB value is (219,124,253). Sum of RGB (Red+Green+Blue) = 219+124+253=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 124 (48.83% from 255 or 20.81% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB7CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7CFD is #248302. Grayscale: #A6A6A6. Windows color (decimal): -2392835 or 16612571. OLE color: 16612571.

HSL color Cylindrical-coordinate representation of color #DB7CFD: hue angle of 284.19º 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 #DB7CFD is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 124 253 -
CMYK 0.13 0.51 0 0.01
HSL 284.19º 0.97% 0.74% -
HSV(B) 284.19º 0.51% 0.99% -
XYZ 54.15 36.57 97.13 -
YUV 167.11 176.47 165.01 -
System Red Green Blue C M Y K H S L
Decimal 219 124 253 0.13 0.51 0 0.01 284.19 0.97 0.74
Hex DB 7C FD D 33 0 1 11C 61 4A
Octal 333 174 375 15 63 0 1 434 141 112
Binary 11011011 1111100 11111101 1101 110011 0 1 100011100 1100001 1001010

Color Harmonies of #DB7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7CFD

Black with #DB7CFD

Text Example


Text Example

White with #DB7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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