Html Css Color HEX #DD0062 Razzmatazz

📋 copy color: '#DD0062'

red 221 ◦ green 0 ◦ blue 98

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

Shades of Razzmatazz #DD0062

Tints of Razzmatazz #DD0062

RGB

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

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

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

R = 69.28%
G = 0%
B = 30.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD0062 (or 0xDD0062) is known color: Razzmatazz. HEX triplet: DD, 00 and 62. RGB value is (221,0,98). Sum of RGB (Red+Green+Blue) = 221+0+98=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0062 is #22FF9D. Grayscale: #4D4D4D. Windows color (decimal): -2293662 or 6422749. OLE color: 6422749.

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

Color convert

RGB 221 0 98 -
CMYK 0 1 0.56 0.13
HSL 333.39º 1% 0.43% -
HSV(B) 333.39º 1% 0.87% -
XYZ 32.02 16.25 13 -
YUV 77.25 139.72 230.53 -
System Red Green Blue C M Y K H S L
Decimal 221 0 98 0 1 0.56 0.13 333.39 1 0.43
Hex DD 0 62 0 64 38 D 14D 64 2B
Octal 335 0 142 0 144 70 15 515 144 53
Binary 11011101 0 1100010 0 1100100 111000 1101 101001101 1100100 101011

Color Harmonies of #DD0062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0062

Black with #DD0062

Text Example


Text Example

White with #DD0062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0062; }

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

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

background-color css

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

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

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

border-color css

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

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

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