Html Css Color HEX #DB8CFD Heliotrope

📋 copy color: '#DB8CFD'

red 219 ◦ green 140 ◦ blue 253

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

Shades of Heliotrope #DB8CFD

Tints of Heliotrope #DB8CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.88%

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

R = 35.78%
G = 22.88%
B = 41.34%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB8CFD (or 0xDB8CFD) is known color: Heliotrope. HEX triplet: DB, 8C and FD. RGB value is (219,140,253). Sum of RGB (Red+Green+Blue) = 219+140+253=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 140 (55.08% from 255 or 22.88% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB8CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8CFD is #247302. Grayscale: #B0B0B0. Windows color (decimal): -2388739 or 16616667. OLE color: 16616667.

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

Color convert

RGB 219 140 253 -
CMYK 0.13 0.45 0 0.01
HSL 281.95º 0.97% 0.77% -
HSV(B) 281.95º 0.45% 0.99% -
XYZ 56.32 40.91 97.86 -
YUV 176.5 171.17 158.31 -
System Red Green Blue C M Y K H S L
Decimal 219 140 253 0.13 0.45 0 0.01 281.95 0.97 0.77
Hex DB 8C FD D 2D 0 1 11A 61 4D
Octal 333 214 375 15 55 0 1 432 141 115
Binary 11011011 10001100 11111101 1101 101101 0 1 100011010 1100001 1001101

Color Harmonies of #DB8CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8CFD

Black with #DB8CFD

Text Example


Text Example

White with #DB8CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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