Html Css Color HEX #DB88FC Heliotrope

📋 copy color: '#DB88FC'

red 219 ◦ green 136 ◦ blue 252

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

Shades of Heliotrope #DB88FC

Tints of Heliotrope #DB88FC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.41%

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

R = 36.08%
G = 22.41%
B = 41.52%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB88FC (or 0xDB88FC) is known color: Heliotrope. HEX triplet: DB, 88 and FC. RGB value is (219,136,252). Sum of RGB (Red+Green+Blue) = 219+136+252=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 136 (53.52% from 255 or 22.41% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB88FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB88FC is #247703. Grayscale: #ADADAD. Windows color (decimal): -2389764 or 16550107. OLE color: 16550107.

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

Color convert

RGB 219 136 252 -
CMYK 0.13 0.46 0 0.01
HSL 282.93º 0.95% 0.76% -
HSV(B) 282.93º 0.46% 0.99% -
XYZ 55.59 39.7 96.83 -
YUV 174.04 172 160.07 -
System Red Green Blue C M Y K H S L
Decimal 219 136 252 0.13 0.46 0 0.01 282.93 0.95 0.76
Hex DB 88 FC D 2E 0 1 11B 5F 4C
Octal 333 210 374 15 56 0 1 433 137 114
Binary 11011011 10001000 11111100 1101 101110 0 1 100011011 1011111 1001100

Color Harmonies of #DB88FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB88FC

Black with #DB88FC

Text Example


Text Example

White with #DB88FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB88FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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