Html Css Color HEX #DD035F Razzmatazz

📋 copy color: '#DD035F'

red 221 ◦ green 3 ◦ blue 95

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

Shades of Razzmatazz #DD035F

Tints of Razzmatazz #DD035F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

 BLUE value IS 95 (37.5% from 255) = 29.78%

R = 69.28%
G = 0.94%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD035F (or 0xDD035F) is known color: Razzmatazz. HEX triplet: DD, 03 and 5F. RGB value is (221,3,95). Sum of RGB (Red+Green+Blue) = 221+3+95=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD035F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD035F is #22FCA0. Grayscale: #4E4E4E. Windows color (decimal): -2292897 or 6226909. OLE color: 6226909.

HSL color Cylindrical-coordinate representation of color #DD035F: hue angle of 334.68º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD035F is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 3 95 -
CMYK 0 0.99 0.57 0.13
HSL 334.68º 0.97% 0.44% -
HSV(B) 334.68º 0.99% 0.87% -
XYZ 31.92 16.26 12.28 -
YUV 78.67 137.22 229.52 -
System Red Green Blue C M Y K H S L
Decimal 221 3 95 0 0.99 0.57 0.13 334.68 0.97 0.44
Hex DD 3 5F 0 63 39 D 14F 61 2C
Octal 335 3 137 0 143 71 15 517 141 54
Binary 11011101 11 1011111 0 1100011 111001 1101 101001111 1100001 101100

Color Harmonies of #DD035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD035F

Black with #DD035F

Text Example


Text Example

White with #DD035F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD035F; }

 p { color: rgb(221,3,95); }

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

background-color css

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

 a { background-color: rgb(221,3,95); }

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

border-color css

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

 span { border-color: rgb(221,3,95); }

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