Html Css Color HEX #DB6CFC Heliotrope

📋 copy color: '#DB6CFC'

red 219 ◦ green 108 ◦ blue 252

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

Shades of Heliotrope #DB6CFC

Tints of Heliotrope #DB6CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.65%

 BLUE value IS 252 (98.83% from 255) = 43.52%

R = 37.82%
G = 18.65%
B = 43.52%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB6CFC (or 0xDB6CFC) is known color: Heliotrope. HEX triplet: DB, 6C and FC. RGB value is (219,108,252). Sum of RGB (Red+Green+Blue) = 219+108+252=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 108 (42.58% from 255 or 18.65% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB6CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6CFC is #249303. Grayscale: #9D9D9D. Windows color (decimal): -2396932 or 16542939. OLE color: 16542939.

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

Color convert

RGB 219 108 252 -
CMYK 0.13 0.57 0 0.01
HSL 286.25º 0.96% 0.71% -
HSV(B) 286.25º 0.57% 0.99% -
XYZ 52.15 32.81 95.68 -
YUV 157.61 181.27 171.79 -
System Red Green Blue C M Y K H S L
Decimal 219 108 252 0.13 0.57 0 0.01 286.25 0.96 0.71
Hex DB 6C FC D 39 0 1 11E 60 47
Octal 333 154 374 15 71 0 1 436 140 107
Binary 11011011 1101100 11111100 1101 111001 0 1 100011110 1100000 1000111

Color Harmonies of #DB6CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6CFC

Black with #DB6CFC

Text Example


Text Example

White with #DB6CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6CFC; }

 p { color: rgb(219,108,252); }

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

background-color css

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

 a { background-color: rgb(219,108,252); }

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

border-color css

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

 span { border-color: rgb(219,108,252); }

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