Html Css Color HEX #DD0B5A Razzmatazz

📋 copy color: '#DD0B5A'

red 221 ◦ green 11 ◦ blue 90

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

Shades of Razzmatazz #DD0B5A

Tints of Razzmatazz #DD0B5A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.42%

 BLUE value IS 90 (35.55% from 255) = 27.95%

R = 68.63%
G = 3.42%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD0B5A (or 0xDD0B5A) is known color: Razzmatazz. HEX triplet: DD, 0B and 5A. RGB value is (221,11,90). Sum of RGB (Red+Green+Blue) = 221+11+90=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0B5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0B5A is #22F4A5. Grayscale: #525252. Windows color (decimal): -2290854 or 5901277. OLE color: 5901277.

HSL color Cylindrical-coordinate representation of color #DD0B5A: hue angle of 337.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0B5A is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 11 90 -
CMYK 0 0.95 0.59 0.13
HSL 337.43º 0.91% 0.45% -
HSV(B) 337.43º 0.95% 0.87% -
XYZ 31.78 16.35 11.15 -
YUV 82.8 132.07 226.58 -
System Red Green Blue C M Y K H S L
Decimal 221 11 90 0 0.95 0.59 0.13 337.43 0.91 0.45
Hex DD B 5A 0 5F 3B D 151 5B 2D
Octal 335 13 132 0 137 73 15 521 133 55
Binary 11011101 1011 1011010 0 1011111 111011 1101 101010001 1011011 101101

Color Harmonies of #DD0B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0B5A

Black with #DD0B5A

Text Example


Text Example

White with #DD0B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0B5A; }

 p { color: rgb(221,11,90); }

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

background-color css

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

 a { background-color: rgb(221,11,90); }

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

border-color css

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

 span { border-color: rgb(221,11,90); }

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