Html Css Color HEX #DD065D Razzmatazz

📋 copy color: '#DD065D'

red 221 ◦ green 6 ◦ blue 93

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

Shades of Razzmatazz #DD065D

Tints of Razzmatazz #DD065D

RGB

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

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

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

R = 69.06%
G = 1.88%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD065D (or 0xDD065D) is known color: Razzmatazz. HEX triplet: DD, 06 and 5D. RGB value is (221,6,93). Sum of RGB (Red+Green+Blue) = 221+6+93=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD065D is #22F9A2. Grayscale: #505050. Windows color (decimal): -2292131 or 6096605. OLE color: 6096605.

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

Color convert

RGB 221 6 93 -
CMYK 0 0.97 0.58 0.13
HSL 335.72º 0.95% 0.45% -
HSV(B) 335.72º 0.97% 0.87% -
XYZ 31.86 16.29 11.82 -
YUV 80.2 135.23 228.43 -
System Red Green Blue C M Y K H S L
Decimal 221 6 93 0 0.97 0.58 0.13 335.72 0.95 0.45
Hex DD 6 5D 0 61 3A D 150 5F 2D
Octal 335 6 135 0 141 72 15 520 137 55
Binary 11011101 110 1011101 0 1100001 111010 1101 101010000 1011111 101101

Color Harmonies of #DD065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD065D

Black with #DD065D

Text Example


Text Example

White with #DD065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD065D; }

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

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

background-color css

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

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

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

border-color css

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

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

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