Html Css Color HEX #DD014B Razzmatazz

📋 copy color: '#DD014B'

red 221 ◦ green 1 ◦ blue 75

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

Shades of Razzmatazz #DD014B

Tints of Razzmatazz #DD014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.25%

R = 74.41%
G = 0.34%
B = 25.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD014B (or 0xDD014B) is known color: Razzmatazz. HEX triplet: DD, 01 and 4B. RGB value is (221,1,75). Sum of RGB (Red+Green+Blue) = 221+1+75=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD014B is #22FEB4. Grayscale: #4B4B4B. Windows color (decimal): -2293429 or 4915677. OLE color: 4915677.

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

Color convert

RGB 221 1 75 -
CMYK 0 1.00 0.66 0.13
HSL 339.82º 0.99% 0.44% -
HSV(B) 339.82º 1% 0.87% -
XYZ 31.1 15.9 8.09 -
YUV 75.22 127.89 231.98 -
System Red Green Blue C M Y K H S L
Decimal 221 1 75 0 1.00 0.66 0.13 339.82 0.99 0.44
Hex DD 1 4B 0 64 42 D 154 63 2C
Octal 335 1 113 0 144 102 15 524 143 54
Binary 11011101 1 1001011 0 1100100 1000010 1101 101010100 1100011 101100

Color Harmonies of #DD014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD014B

Black with #DD014B

Text Example


Text Example

White with #DD014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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