Html Css Color HEX #DD084F Razzmatazz

📋 copy color: '#DD084F'

red 221 ◦ green 8 ◦ blue 79

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

Shades of Razzmatazz #DD084F

Tints of Razzmatazz #DD084F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.65%

R = 71.75%
G = 2.6%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD084F (or 0xDD084F) is known color: Razzmatazz. HEX triplet: DD, 08 and 4F. RGB value is (221,8,79). Sum of RGB (Red+Green+Blue) = 221+8+79=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD084F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD084F is #22F7B0. Grayscale: #4F4F4F. Windows color (decimal): -2291633 or 5179613. OLE color: 5179613.

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

Color convert

RGB 221 8 79 -
CMYK 0 0.96 0.64 0.13
HSL 340º 0.93% 0.45% -
HSV(B) 340º 0.96% 0.87% -
XYZ 31.32 16.11 8.86 -
YUV 79.78 127.57 228.73 -
System Red Green Blue C M Y K H S L
Decimal 221 8 79 0 0.96 0.64 0.13 340 0.93 0.45
Hex DD 8 4F 0 60 40 D 154 5D 2D
Octal 335 10 117 0 140 100 15 524 135 55
Binary 11011101 1000 1001111 0 1100000 1000000 1101 101010100 1011101 101101

Color Harmonies of #DD084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD084F

Black with #DD084F

Text Example


Text Example

White with #DD084F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD084F; }

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

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

background-color css

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

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

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

border-color css

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

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

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