Html Css Color HEX #DD014A Razzmatazz

📋 copy color: '#DD014A'

red 221 ◦ green 1 ◦ blue 74

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

Shades of Razzmatazz #DD014A

Tints of Razzmatazz #DD014A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 74 (29.3% from 255) = 25%

R = 74.66%
G = 0.34%
B = 25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD014A (or 0xDD014A) is known color: Razzmatazz. HEX triplet: DD, 01 and 4A. RGB value is (221,1,74). Sum of RGB (Red+Green+Blue) = 221+1+74=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD014A is #22FEB5. Grayscale: #4B4B4B. Windows color (decimal): -2293430 or 4850141. OLE color: 4850141.

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

Color convert

RGB 221 1 74 -
CMYK 0 1.00 0.67 0.13
HSL 340.09º 0.99% 0.44% -
HSV(B) 340.09º 1% 0.87% -
XYZ 31.07 15.89 7.91 -
YUV 75.1 127.39 232.06 -
System Red Green Blue C M Y K H S L
Decimal 221 1 74 0 1.00 0.67 0.13 340.09 0.99 0.44
Hex DD 1 4A 0 64 43 D 154 63 2C
Octal 335 1 112 0 144 103 15 524 143 54
Binary 11011101 1 1001010 0 1100100 1000011 1101 101010100 1100011 101100

Color Harmonies of #DD014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD014A

Black with #DD014A

Text Example


Text Example

White with #DD014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD014A; }

 p { color: rgb(221,1,74); }

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

background-color css

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

 a { background-color: rgb(221,1,74); }

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

border-color css

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

 span { border-color: rgb(221,1,74); }

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