Html Css Color HEX #DD015F Razzmatazz

📋 copy color: '#DD015F'

red 221 ◦ green 1 ◦ blue 95

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

Shades of Razzmatazz #DD015F

Tints of Razzmatazz #DD015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.97%

R = 69.72%
G = 0.32%
B = 29.97%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD015F (or 0xDD015F) is known color: Razzmatazz. HEX triplet: DD, 01 and 5F. RGB value is (221,1,95). Sum of RGB (Red+Green+Blue) = 221+1+95=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD015F is #22FEA0. Grayscale: #4D4D4D. Windows color (decimal): -2293409 or 6226397. OLE color: 6226397.

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

Color convert

RGB 221 1 95 -
CMYK 0 1.00 0.57 0.13
HSL 334.36º 0.99% 0.44% -
HSV(B) 334.36º 1% 0.87% -
XYZ 31.9 16.22 12.28 -
YUV 77.5 137.89 230.36 -
System Red Green Blue C M Y K H S L
Decimal 221 1 95 0 1.00 0.57 0.13 334.36 0.99 0.44
Hex DD 1 5F 0 64 39 D 14E 63 2C
Octal 335 1 137 0 144 71 15 516 143 54
Binary 11011101 1 1011111 0 1100100 111001 1101 101001110 1100011 101100

Color Harmonies of #DD015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD015F

Black with #DD015F

Text Example


Text Example

White with #DD015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD015F; }

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

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

background-color css

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

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

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

border-color css

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

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

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