Html Css Color HEX #DD014F Razzmatazz

📋 copy color: '#DD014F'

red 221 ◦ green 1 ◦ blue 79

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

Shades of Razzmatazz #DD014F

Tints of Razzmatazz #DD014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.25%

R = 73.42%
G = 0.33%
B = 26.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD014F (or 0xDD014F) is known color: Razzmatazz. HEX triplet: DD, 01 and 4F. RGB value is (221,1,79). Sum of RGB (Red+Green+Blue) = 221+1+79=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD014F is #22FEB0. Grayscale: #4B4B4B. Windows color (decimal): -2293425 or 5177821. OLE color: 5177821.

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

Color convert

RGB 221 1 79 -
CMYK 0 1.00 0.64 0.13
HSL 338.73º 0.99% 0.44% -
HSV(B) 338.73º 1% 0.87% -
XYZ 31.24 15.96 8.83 -
YUV 75.67 129.89 231.66 -
System Red Green Blue C M Y K H S L
Decimal 221 1 79 0 1.00 0.64 0.13 338.73 0.99 0.44
Hex DD 1 4F 0 64 40 D 153 63 2C
Octal 335 1 117 0 144 100 15 523 143 54
Binary 11011101 1 1001111 0 1100100 1000000 1101 101010011 1100011 101100

Color Harmonies of #DD014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD014F

Black with #DD014F

Text Example


Text Example

White with #DD014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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