Html Css Color HEX #DB88F1 Heliotrope

📋 copy color: '#DB88F1'

red 219 ◦ green 136 ◦ blue 241

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

Shades of Heliotrope #DB88F1

Tints of Heliotrope #DB88F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.44%

R = 36.74%
G = 22.82%
B = 40.44%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB88F1 (or 0xDB88F1) is known color: Heliotrope. HEX triplet: DB, 88 and F1. RGB value is (219,136,241). Sum of RGB (Red+Green+Blue) = 219+136+241=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 136 (53.52% from 255 or 22.82% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB88F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB88F1 is #24770E. Grayscale: #ACACAC. Windows color (decimal): -2389775 or 15829211. OLE color: 15829211.

HSL color Cylindrical-coordinate representation of color #DB88F1: hue angle of 287.43º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB88F1 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 136 241 -
CMYK 0.09 0.44 0 0.05
HSL 287.43º 0.79% 0.74% -
HSV(B) 287.43º 0.44% 0.95% -
XYZ 53.89 39.02 87.91 -
YUV 172.79 166.5 160.96 -
System Red Green Blue C M Y K H S L
Decimal 219 136 241 0.09 0.44 0 0.05 287.43 0.79 0.74
Hex DB 88 F1 9 2C 0 5 11F 4F 4A
Octal 333 210 361 11 54 0 5 437 117 112
Binary 11011011 10001000 11110001 1001 101100 0 101 100011111 1001111 1001010

Color Harmonies of #DB88F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB88F1

Black with #DB88F1

Text Example


Text Example

White with #DB88F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB88F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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