Html Css Color HEX #DD006C Razzmatazz

📋 copy color: '#DD006C'

red 221 ◦ green 0 ◦ blue 108

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

Shades of Razzmatazz #DD006C

Tints of Razzmatazz #DD006C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 67.17%
G = 0%
B = 32.83%

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

#DD006C (or 0xDD006C) is known color: Razzmatazz. HEX triplet: DD, 00 and 6C. RGB value is (221,0,108). Sum of RGB (Red+Green+Blue) = 221+0+108=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD006C is #22FF93. Grayscale: #4E4E4E. Windows color (decimal): -2293652 or 7078109. OLE color: 7078109.

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

Color convert

RGB 221 0 108 -
CMYK 0 1 0.51 0.13
HSL 330.68º 1% 0.43% -
HSV(B) 330.68º 1% 0.87% -
XYZ 32.53 16.45 15.65 -
YUV 78.39 144.72 229.72 -
System Red Green Blue C M Y K H S L
Decimal 221 0 108 0 1 0.51 0.13 330.68 1 0.43
Hex DD 0 6C 0 64 33 D 14B 64 2B
Octal 335 0 154 0 144 63 15 513 144 53
Binary 11011101 0 1101100 0 1100100 110011 1101 101001011 1100100 101011

Color Harmonies of #DD006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD006C

Black with #DD006C

Text Example


Text Example

White with #DD006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD006C; }

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

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

background-color css

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

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

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

border-color css

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

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

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