Html Css Color HEX #DD095E Razzmatazz

📋 copy color: '#DD095E'

red 221 ◦ green 9 ◦ blue 94

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

Shades of Razzmatazz #DD095E

Tints of Razzmatazz #DD095E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.01%

R = 68.21%
G = 2.78%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD095E (or 0xDD095E) is known color: Razzmatazz. HEX triplet: DD, 09 and 5E. RGB value is (221,9,94). Sum of RGB (Red+Green+Blue) = 221+9+94=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD095E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD095E is #22F6A1. Grayscale: #515151. Windows color (decimal): -2291362 or 6162909. OLE color: 6162909.

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

Color convert

RGB 221 9 94 -
CMYK 0 0.96 0.57 0.13
HSL 335.94º 0.92% 0.45% -
HSV(B) 335.94º 0.96% 0.87% -
XYZ 31.94 16.38 12.07 -
YUV 82.08 134.74 227.09 -
System Red Green Blue C M Y K H S L
Decimal 221 9 94 0 0.96 0.57 0.13 335.94 0.92 0.45
Hex DD 9 5E 0 60 39 D 150 5C 2D
Octal 335 11 136 0 140 71 15 520 134 55
Binary 11011101 1001 1011110 0 1100000 111001 1101 101010000 1011100 101101

Color Harmonies of #DD095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD095E

Black with #DD095E

Text Example


Text Example

White with #DD095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD095E; }

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

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

background-color css

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

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

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

border-color css

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

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

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