Html Css Color HEX #DD006D Razzmatazz

📋 copy color: '#DD006D'

red 221 ◦ green 0 ◦ blue 109

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

Shades of Razzmatazz #DD006D

Tints of Razzmatazz #DD006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 66.97%
G = 0%
B = 33.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD006D (or 0xDD006D) is known color: Razzmatazz. HEX triplet: DD, 00 and 6D. RGB value is (221,0,109). Sum of RGB (Red+Green+Blue) = 221+0+109=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD006D is #22FF92. Grayscale: #4E4E4E. Windows color (decimal): -2293651 or 7143645. OLE color: 7143645.

HSL color Cylindrical-coordinate representation of color #DD006D: hue angle of 330.41º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD006D is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 109 -
CMYK 0 1 0.51 0.13
HSL 330.41º 1% 0.43% -
HSV(B) 330.41º 1% 0.87% -
XYZ 32.58 16.48 15.93 -
YUV 78.51 145.22 229.64 -
System Red Green Blue C M Y K H S L
Decimal 221 0 109 0 1 0.51 0.13 330.41 1 0.43
Hex DD 0 6D 0 64 33 D 14A 64 2B
Octal 335 0 155 0 144 63 15 512 144 53
Binary 11011101 0 1101101 0 1100100 110011 1101 101001010 1100100 101011

Color Harmonies of #DD006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD006D

Black with #DD006D

Text Example


Text Example

White with #DD006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD006D; }

 p { color: rgb(221,0,109); }

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

background-color css

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

 a { background-color: rgb(221,0,109); }

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

border-color css

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

 span { border-color: rgb(221,0,109); }

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