Html Css Color HEX #DD015C Razzmatazz

📋 copy color: '#DD015C'

red 221 ◦ green 1 ◦ blue 92

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

Shades of Razzmatazz #DD015C

Tints of Razzmatazz #DD015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 70.38%
G = 0.32%
B = 29.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD015C (or 0xDD015C) is known color: Razzmatazz. HEX triplet: DD, 01 and 5C. RGB value is (221,1,92). Sum of RGB (Red+Green+Blue) = 221+1+92=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD015C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD015C is #22FEA3. Grayscale: #4D4D4D. Windows color (decimal): -2293412 or 6029789. OLE color: 6029789.

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

Color convert

RGB 221 1 92 -
CMYK 0 1.00 0.58 0.13
HSL 335.18º 0.99% 0.44% -
HSV(B) 335.18º 1% 0.87% -
XYZ 31.76 16.17 11.57 -
YUV 77.15 136.39 230.6 -
System Red Green Blue C M Y K H S L
Decimal 221 1 92 0 1.00 0.58 0.13 335.18 0.99 0.44
Hex DD 1 5C 0 64 3A D 14F 63 2C
Octal 335 1 134 0 144 72 15 517 143 54
Binary 11011101 1 1011100 0 1100100 111010 1101 101001111 1100011 101100

Color Harmonies of #DD015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD015C

Black with #DD015C

Text Example


Text Example

White with #DD015C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD015C; }

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

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

background-color css

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

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

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

border-color css

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

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

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