Html Css Color HEX #DD005F Razzmatazz

📋 copy color: '#DD005F'

red 221 ◦ green 0 ◦ blue 95

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

Shades of Razzmatazz #DD005F

Tints of Razzmatazz #DD005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.94%
G = 0%
B = 30.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD005F (or 0xDD005F) is known color: Razzmatazz. HEX triplet: DD, 00 and 5F. RGB value is (221,0,95). Sum of RGB (Red+Green+Blue) = 221+0+95=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD005F is #22FFA0. Grayscale: #4C4C4C. Windows color (decimal): -2293665 or 6226141. OLE color: 6226141.

HSL color Cylindrical-coordinate representation of color #DD005F: hue angle of 334.21º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD005F is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 95 -
CMYK 0 1 0.57 0.13
HSL 334.21º 1% 0.43% -
HSV(B) 334.21º 1% 0.87% -
XYZ 31.88 16.2 12.27 -
YUV 76.91 138.22 230.78 -
System Red Green Blue C M Y K H S L
Decimal 221 0 95 0 1 0.57 0.13 334.21 1 0.43
Hex DD 0 5F 0 64 39 D 14E 64 2B
Octal 335 0 137 0 144 71 15 516 144 53
Binary 11011101 0 1011111 0 1100100 111001 1101 101001110 1100100 101011

Color Harmonies of #DD005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD005F

Black with #DD005F

Text Example


Text Example

White with #DD005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD005F; }

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

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

background-color css

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

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

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

border-color css

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

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

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