Html Css Color HEX #DD095A Razzmatazz

📋 copy color: '#DD095A'

red 221 ◦ green 9 ◦ blue 90

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

Shades of Razzmatazz #DD095A

Tints of Razzmatazz #DD095A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.81%

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

R = 69.06%
G = 2.81%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD095A (or 0xDD095A) is known color: Razzmatazz. HEX triplet: DD, 09 and 5A. RGB value is (221,9,90). Sum of RGB (Red+Green+Blue) = 221+9+90=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD095A is #22F6A5. Grayscale: #515151. Windows color (decimal): -2291366 or 5900765. OLE color: 5900765.

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

Color convert

RGB 221 9 90 -
CMYK 0 0.96 0.59 0.13
HSL 337.08º 0.92% 0.45% -
HSV(B) 337.08º 0.96% 0.87% -
XYZ 31.76 16.31 11.15 -
YUV 81.62 132.74 227.41 -
System Red Green Blue C M Y K H S L
Decimal 221 9 90 0 0.96 0.59 0.13 337.08 0.92 0.45
Hex DD 9 5A 0 60 3B D 151 5C 2D
Octal 335 11 132 0 140 73 15 521 134 55
Binary 11011101 1001 1011010 0 1100000 111011 1101 101010001 1011100 101101

Color Harmonies of #DD095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD095A

Black with #DD095A

Text Example


Text Example

White with #DD095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD095A; }

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

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

background-color css

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

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

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

border-color css

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

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

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