Html Css Color HEX #DD025E Razzmatazz

📋 copy color: '#DD025E'

red 221 ◦ green 2 ◦ blue 94

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

Shades of Razzmatazz #DD025E

Tints of Razzmatazz #DD025E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 69.72%
G = 0.63%
B = 29.65%

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

#DD025E (or 0xDD025E) is known color: Razzmatazz. HEX triplet: DD, 02 and 5E. RGB value is (221,2,94). Sum of RGB (Red+Green+Blue) = 221+2+94=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD025E is #22FDA1. Grayscale: #4D4D4D. Windows color (decimal): -2293154 or 6161117. OLE color: 6161117.

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

Color convert

RGB 221 2 94 -
CMYK 0 0.99 0.57 0.13
HSL 334.79º 0.98% 0.44% -
HSV(B) 334.79º 0.99% 0.87% -
XYZ 31.86 16.22 12.04 -
YUV 77.97 137.05 230.02 -
System Red Green Blue C M Y K H S L
Decimal 221 2 94 0 0.99 0.57 0.13 334.79 0.98 0.44
Hex DD 2 5E 0 63 39 D 14F 62 2C
Octal 335 2 136 0 143 71 15 517 142 54
Binary 11011101 10 1011110 0 1100011 111001 1101 101001111 1100010 101100

Color Harmonies of #DD025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD025E

Black with #DD025E

Text Example


Text Example

White with #DD025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD025E; }

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

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

background-color css

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

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

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

border-color css

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

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

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