Html Css Color HEX #DB026B Razzmatazz

📋 copy color: '#DB026B'

red 219 ◦ green 2 ◦ blue 107

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

Shades of Razzmatazz #DB026B

Tints of Razzmatazz #DB026B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.62%

R = 66.77%
G = 0.61%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB026B (or 0xDB026B) is known color: Razzmatazz. HEX triplet: DB, 02 and 6B. RGB value is (219,2,107). Sum of RGB (Red+Green+Blue) = 219+2+107=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB026B is #24FD94. Grayscale: #4E4E4E. Windows color (decimal): -2424213 or 7013083. OLE color: 7013083.

HSL color Cylindrical-coordinate representation of color #DB026B: hue angle of 330.97º 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 #DB026B is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 2 107 -
CMYK 0 0.99 0.51 0.14
HSL 330.97º 0.98% 0.43% -
HSV(B) 330.97º 0.99% 0.86% -
XYZ 31.89 16.17 15.35 -
YUV 78.85 143.89 227.96 -
System Red Green Blue C M Y K H S L
Decimal 219 2 107 0 0.99 0.51 0.14 330.97 0.98 0.43
Hex DB 2 6B 0 63 33 E 14B 62 2B
Octal 333 2 153 0 143 63 16 513 142 53
Binary 11011011 10 1101011 0 1100011 110011 1110 101001011 1100010 101011

Color Harmonies of #DB026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB026B

Black with #DB026B

Text Example


Text Example

White with #DB026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB026B; }

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

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

background-color css

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

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

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

border-color css

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

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

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