Html Css Color HEX #DD075A Razzmatazz

📋 copy color: '#DD075A'

red 221 ◦ green 7 ◦ blue 90

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

Shades of Razzmatazz #DD075A

Tints of Razzmatazz #DD075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.2%

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

R = 69.5%
G = 2.2%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD075A (or 0xDD075A) is known color: Razzmatazz. HEX triplet: DD, 07 and 5A. RGB value is (221,7,90). Sum of RGB (Red+Green+Blue) = 221+7+90=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD075A is #22F8A5. Grayscale: #505050. Windows color (decimal): -2291878 or 5900253. OLE color: 5900253.

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

Color convert

RGB 221 7 90 -
CMYK 0 0.97 0.59 0.13
HSL 336.73º 0.94% 0.45% -
HSV(B) 336.73º 0.97% 0.87% -
XYZ 31.74 16.26 11.14 -
YUV 80.45 133.4 228.25 -
System Red Green Blue C M Y K H S L
Decimal 221 7 90 0 0.97 0.59 0.13 336.73 0.94 0.45
Hex DD 7 5A 0 61 3B D 151 5E 2D
Octal 335 7 132 0 141 73 15 521 136 55
Binary 11011101 111 1011010 0 1100001 111011 1101 101010001 1011110 101101

Color Harmonies of #DD075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD075A

Black with #DD075A

Text Example


Text Example

White with #DD075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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