Html Css Color HEX #DD054B Razzmatazz

📋 copy color: '#DD054B'

red 221 ◦ green 5 ◦ blue 75

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

Shades of Razzmatazz #DD054B

Tints of Razzmatazz #DD054B

RGB

 RED value IS 221 (86.72% from 255) = 73.42%

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

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

R = 73.42%
G = 1.66%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD054B (or 0xDD054B) is known color: Razzmatazz. HEX triplet: DD, 05 and 4B. RGB value is (221,5,75). Sum of RGB (Red+Green+Blue) = 221+5+75=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD054B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD054B is #22FAB4. Grayscale: #4D4D4D. Windows color (decimal): -2292405 or 4916701. OLE color: 4916701.

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

Color convert

RGB 221 5 75 -
CMYK 0 0.98 0.66 0.13
HSL 340.56º 0.96% 0.44% -
HSV(B) 340.56º 0.98% 0.87% -
XYZ 31.14 15.99 8.1 -
YUV 77.56 126.56 230.31 -
System Red Green Blue C M Y K H S L
Decimal 221 5 75 0 0.98 0.66 0.13 340.56 0.96 0.44
Hex DD 5 4B 0 62 42 D 155 60 2C
Octal 335 5 113 0 142 102 15 525 140 54
Binary 11011101 101 1001011 0 1100010 1000010 1101 101010101 1100000 101100

Color Harmonies of #DD054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD054B

Black with #DD054B

Text Example


Text Example

White with #DD054B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD054B; }

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

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

background-color css

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

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

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

border-color css

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

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

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