Html Css Color HEX #DB026E Razzmatazz

📋 copy color: '#DB026E'

red 219 ◦ green 2 ◦ blue 110

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

Shades of Razzmatazz #DB026E

Tints of Razzmatazz #DB026E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 110 (43.36% from 255) = 33.23%

R = 66.16%
G = 0.6%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB026E (or 0xDB026E) is known color: Razzmatazz. HEX triplet: DB, 02 and 6E. RGB value is (219,2,110). Sum of RGB (Red+Green+Blue) = 219+2+110=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB026E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB026E is #24FD91. Grayscale: #4E4E4E. Windows color (decimal): -2424210 or 7209691. OLE color: 7209691.

HSL color Cylindrical-coordinate representation of color #DB026E: hue angle of 330.14º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB026E is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 2 110 -
CMYK 0 0.99 0.50 0.14
HSL 330.14º 0.98% 0.43% -
HSV(B) 330.14º 0.99% 0.86% -
XYZ 32.05 16.23 16.2 -
YUV 79.2 145.39 227.72 -
System Red Green Blue C M Y K H S L
Decimal 219 2 110 0 0.99 0.50 0.14 330.14 0.98 0.43
Hex DB 2 6E 0 63 32 E 14A 62 2B
Octal 333 2 156 0 143 62 16 512 142 53
Binary 11011011 10 1101110 0 1100011 110010 1110 101001010 1100010 101011

Color Harmonies of #DB026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB026E

Black with #DB026E

Text Example


Text Example

White with #DB026E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB026E; }

 p { color: rgb(219,2,110); }

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

background-color css

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

 a { background-color: rgb(219,2,110); }

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

border-color css

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

 span { border-color: rgb(219,2,110); }

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