Html Css Color HEX #DD114D Razzmatazz

📋 copy color: '#DD114D'

red 221 ◦ green 17 ◦ blue 77

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

Shades of Razzmatazz #DD114D

Tints of Razzmatazz #DD114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.4%

 BLUE value IS 77 (30.47% from 255) = 24.44%

R = 70.16%
G = 5.4%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD114D (or 0xDD114D) is known color: Razzmatazz. HEX triplet: DD, 11 and 4D. RGB value is (221,17,77). Sum of RGB (Red+Green+Blue) = 221+17+77=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD114D is #22EEB2. Grayscale: #545454. Windows color (decimal): -2289331 or 5050845. OLE color: 5050845.

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

Color convert

RGB 221 17 77 -
CMYK 0 0.92 0.65 0.13
HSL 342.35º 0.86% 0.47% -
HSV(B) 342.35º 0.92% 0.87% -
XYZ 31.36 16.31 8.52 -
YUV 84.84 123.59 225.12 -
System Red Green Blue C M Y K H S L
Decimal 221 17 77 0 0.92 0.65 0.13 342.35 0.86 0.47
Hex DD 11 4D 0 5C 41 D 156 56 2F
Octal 335 21 115 0 134 101 15 526 126 57
Binary 11011101 10001 1001101 0 1011100 1000001 1101 101010110 1010110 101111

Color Harmonies of #DD114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD114D

Black with #DD114D

Text Example


Text Example

White with #DD114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD114D; }

 p { color: rgb(221,17,77); }

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

background-color css

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

 a { background-color: rgb(221,17,77); }

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

border-color css

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

 span { border-color: rgb(221,17,77); }

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