Html Css Color HEX #DB90F4 Heliotrope

📋 copy color: '#DB90F4'

red 219 ◦ green 144 ◦ blue 244

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

Shades of Heliotrope #DB90F4

Tints of Heliotrope #DB90F4

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.72%

 BLUE value IS 244 (95.7% from 255) = 40.2%

R = 36.08%
G = 23.72%
B = 40.2%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB90F4 (or 0xDB90F4) is known color: Heliotrope. HEX triplet: DB, 90 and F4. RGB value is (219,144,244). Sum of RGB (Red+Green+Blue) = 219+144+244=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB90F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB90F4 is #246F0B. Grayscale: #B1B1B1. Windows color (decimal): -2387724 or 16027867. OLE color: 16027867.

HSL color Cylindrical-coordinate representation of color #DB90F4: hue angle of 285º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB90F4 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 144 244 -
CMYK 0.10 0.41 0 0.04
HSL 285º 0.82% 0.76% -
HSV(B) 285º 0.41% 0.96% -
XYZ 55.52 41.54 90.68 -
YUV 177.83 165.35 157.37 -
System Red Green Blue C M Y K H S L
Decimal 219 144 244 0.10 0.41 0 0.04 285 0.82 0.76
Hex DB 90 F4 A 29 0 4 11D 52 4C
Octal 333 220 364 12 51 0 4 435 122 114
Binary 11011011 10010000 11110100 1010 101001 0 100 100011101 1010010 1001100

Color Harmonies of #DB90F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB90F4

Black with #DB90F4

Text Example


Text Example

White with #DB90F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB90F4; }

 p { color: rgb(219,144,244); }

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

background-color css

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

 a { background-color: rgb(219,144,244); }

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

border-color css

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

 span { border-color: rgb(219,144,244); }

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