Html Css Color HEX #DD005D Razzmatazz

📋 copy color: '#DD005D'

red 221 ◦ green 0 ◦ blue 93

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

Shades of Razzmatazz #DD005D

Tints of Razzmatazz #DD005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 70.38%
G = 0%
B = 29.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD005D (or 0xDD005D) is known color: Razzmatazz. HEX triplet: DD, 00 and 5D. RGB value is (221,0,93). Sum of RGB (Red+Green+Blue) = 221+0+93=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD005D is #22FFA2. Grayscale: #4C4C4C. Windows color (decimal): -2293667 or 6095069. OLE color: 6095069.

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

Color convert

RGB 221 0 93 -
CMYK 0 1 0.58 0.13
HSL 334.75º 1% 0.43% -
HSV(B) 334.75º 1% 0.87% -
XYZ 31.79 16.16 11.8 -
YUV 76.68 137.22 230.94 -
System Red Green Blue C M Y K H S L
Decimal 221 0 93 0 1 0.58 0.13 334.75 1 0.43
Hex DD 0 5D 0 64 3A D 14F 64 2B
Octal 335 0 135 0 144 72 15 517 144 53
Binary 11011101 0 1011101 0 1100100 111010 1101 101001111 1100100 101011

Color Harmonies of #DD005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD005D

Black with #DD005D

Text Example


Text Example

White with #DD005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD005D; }

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

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

background-color css

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

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

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

border-color css

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

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

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