Html Css Color HEX #DD084D Razzmatazz

📋 copy color: '#DD084D'

red 221 ◦ green 8 ◦ blue 77

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

Shades of Razzmatazz #DD084D

Tints of Razzmatazz #DD084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.61%

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

R = 72.22%
G = 2.61%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD084D (or 0xDD084D) is known color: Razzmatazz. HEX triplet: DD, 08 and 4D. RGB value is (221,8,77). Sum of RGB (Red+Green+Blue) = 221+8+77=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD084D is #22F7B2. Grayscale: #4F4F4F. Windows color (decimal): -2291635 or 5048541. OLE color: 5048541.

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

Color convert

RGB 221 8 77 -
CMYK 0 0.96 0.65 0.13
HSL 340.56º 0.93% 0.45% -
HSV(B) 340.56º 0.96% 0.87% -
XYZ 31.25 16.08 8.48 -
YUV 79.55 126.57 228.89 -
System Red Green Blue C M Y K H S L
Decimal 221 8 77 0 0.96 0.65 0.13 340.56 0.93 0.45
Hex DD 8 4D 0 60 41 D 155 5D 2D
Octal 335 10 115 0 140 101 15 525 135 55
Binary 11011101 1000 1001101 0 1100000 1000001 1101 101010101 1011101 101101

Color Harmonies of #DD084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD084D

Black with #DD084D

Text Example


Text Example

White with #DD084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD084D; }

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

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

background-color css

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

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

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

border-color css

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

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

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