Html Css Color HEX #DB054B Razzmatazz

📋 copy color: '#DB054B'

red 219 ◦ green 5 ◦ blue 75

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

Shades of Razzmatazz #DB054B

Tints of Razzmatazz #DB054B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

 BLUE value IS 75 (29.69% from 255) = 25.08%

R = 73.24%
G = 1.67%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB054B (or 0xDB054B) is known color: Razzmatazz. HEX triplet: DB, 05 and 4B. RGB value is (219,5,75). Sum of RGB (Red+Green+Blue) = 219+5+75=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB054B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB054B is #24FAB4. Grayscale: #4C4C4C. Windows color (decimal): -2423477 or 4916699. OLE color: 4916699.

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

Color convert

RGB 219 5 75 -
CMYK 0 0.98 0.66 0.14
HSL 340.37º 0.96% 0.44% -
HSV(B) 340.37º 0.98% 0.86% -
XYZ 30.54 15.68 8.07 -
YUV 76.97 126.9 229.31 -
System Red Green Blue C M Y K H S L
Decimal 219 5 75 0 0.98 0.66 0.14 340.37 0.96 0.44
Hex DB 5 4B 0 62 42 E 154 60 2C
Octal 333 5 113 0 142 102 16 524 140 54
Binary 11011011 101 1001011 0 1100010 1000010 1110 101010100 1100000 101100

Color Harmonies of #DB054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB054B

Black with #DB054B

Text Example


Text Example

White with #DB054B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB054B; }

 p { color: rgb(219,5,75); }

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

background-color css

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

 a { background-color: rgb(219,5,75); }

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

border-color css

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

 span { border-color: rgb(219,5,75); }

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