Html Css Color HEX #DD0962 Razzmatazz

📋 copy color: '#DD0962'

red 221 ◦ green 9 ◦ blue 98

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

Shades of Razzmatazz #DD0962

Tints of Razzmatazz #DD0962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.74%

 BLUE value IS 98 (38.67% from 255) = 29.88%

R = 67.38%
G = 2.74%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD0962 (or 0xDD0962) is known color: Razzmatazz. HEX triplet: DD, 09 and 62. RGB value is (221,9,98). Sum of RGB (Red+Green+Blue) = 221+9+98=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0962 is #22F69D. Grayscale: #525252. Windows color (decimal): -2291358 or 6425053. OLE color: 6425053.

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

Color convert

RGB 221 9 98 -
CMYK 0 0.96 0.56 0.13
HSL 334.81º 0.92% 0.45% -
HSV(B) 334.81º 0.96% 0.87% -
XYZ 32.12 16.45 13.04 -
YUV 82.53 136.74 226.76 -
System Red Green Blue C M Y K H S L
Decimal 221 9 98 0 0.96 0.56 0.13 334.81 0.92 0.45
Hex DD 9 62 0 60 38 D 14F 5C 2D
Octal 335 11 142 0 140 70 15 517 134 55
Binary 11011101 1001 1100010 0 1100000 111000 1101 101001111 1011100 101101

Color Harmonies of #DD0962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0962

Black with #DD0962

Text Example


Text Example

White with #DD0962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0962; }

 p { color: rgb(221,9,98); }

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

background-color css

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

 a { background-color: rgb(221,9,98); }

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

border-color css

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

 span { border-color: rgb(221,9,98); }

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