Html Css Color HEX #DB6CFD Heliotrope

📋 copy color: '#DB6CFD'

red 219 ◦ green 108 ◦ blue 253

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

Shades of Heliotrope #DB6CFD

Tints of Heliotrope #DB6CFD

RGB

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

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

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

R = 37.76%
G = 18.62%
B = 43.62%

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

#DB6CFD (or 0xDB6CFD) is known color: Heliotrope. HEX triplet: DB, 6C and FD. RGB value is (219,108,253). Sum of RGB (Red+Green+Blue) = 219+108+253=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 108 (42.58% from 255 or 18.62% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB6CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6CFD is #249302. Grayscale: #9D9D9D. Windows color (decimal): -2396931 or 16608475. OLE color: 16608475.

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

Color convert

RGB 219 108 253 -
CMYK 0.13 0.57 0 0.01
HSL 285.93º 0.97% 0.71% -
HSV(B) 285.93º 0.57% 0.99% -
XYZ 52.31 32.88 96.52 -
YUV 157.72 181.77 171.71 -
System Red Green Blue C M Y K H S L
Decimal 219 108 253 0.13 0.57 0 0.01 285.93 0.97 0.71
Hex DB 6C FD D 39 0 1 11E 61 47
Octal 333 154 375 15 71 0 1 436 141 107
Binary 11011011 1101100 11111101 1101 111001 0 1 100011110 1100001 1000111

Color Harmonies of #DB6CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6CFD

Black with #DB6CFD

Text Example


Text Example

White with #DB6CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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