Html Css Color HEX #DD064D Razzmatazz

📋 copy color: '#DD064D'

red 221 ◦ green 6 ◦ blue 77

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

Shades of Razzmatazz #DD064D

Tints of Razzmatazz #DD064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.97%

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

R = 72.7%
G = 1.97%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD064D (or 0xDD064D) is known color: Razzmatazz. HEX triplet: DD, 06 and 4D. RGB value is (221,6,77). Sum of RGB (Red+Green+Blue) = 221+6+77=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD064D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD064D is #22F9B2. Grayscale: #4E4E4E. Windows color (decimal): -2292147 or 5048029. OLE color: 5048029.

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

Color convert

RGB 221 6 77 -
CMYK 0 0.97 0.65 0.13
HSL 340.19º 0.95% 0.45% -
HSV(B) 340.19º 0.97% 0.87% -
XYZ 31.22 16.04 8.47 -
YUV 78.38 127.23 229.73 -
System Red Green Blue C M Y K H S L
Decimal 221 6 77 0 0.97 0.65 0.13 340.19 0.95 0.45
Hex DD 6 4D 0 61 41 D 154 5F 2D
Octal 335 6 115 0 141 101 15 524 137 55
Binary 11011101 110 1001101 0 1100001 1000001 1101 101010100 1011111 101101

Color Harmonies of #DD064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD064D

Black with #DD064D

Text Example


Text Example

White with #DD064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD064D; }

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

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

background-color css

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

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

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

border-color css

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

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

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