Html Css Color HEX #DD075F Razzmatazz

📋 copy color: '#DD075F'

red 221 ◦ green 7 ◦ blue 95

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

Shades of Razzmatazz #DD075F

Tints of Razzmatazz #DD075F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.41%

R = 68.42%
G = 2.17%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD075F (or 0xDD075F) is known color: Razzmatazz. HEX triplet: DD, 07 and 5F. RGB value is (221,7,95). Sum of RGB (Red+Green+Blue) = 221+7+95=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD075F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD075F is #22F8A0. Grayscale: #505050. Windows color (decimal): -2291873 or 6227933. OLE color: 6227933.

HSL color Cylindrical-coordinate representation of color #DD075F: hue angle of 335.33º 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 #DD075F is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 7 95 -
CMYK 0 0.97 0.57 0.13
HSL 335.33º 0.94% 0.45% -
HSV(B) 335.33º 0.97% 0.87% -
XYZ 31.96 16.35 12.3 -
YUV 81.02 135.9 227.84 -
System Red Green Blue C M Y K H S L
Decimal 221 7 95 0 0.97 0.57 0.13 335.33 0.94 0.45
Hex DD 7 5F 0 61 39 D 14F 5E 2D
Octal 335 7 137 0 141 71 15 517 136 55
Binary 11011101 111 1011111 0 1100001 111001 1101 101001111 1011110 101101

Color Harmonies of #DD075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD075F

Black with #DD075F

Text Example


Text Example

White with #DD075F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD075F; }

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

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

background-color css

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

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

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

border-color css

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

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

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