Html Css Color HEX #DD085F Razzmatazz

📋 copy color: '#DD085F'

red 221 ◦ green 8 ◦ blue 95

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

Shades of Razzmatazz #DD085F

Tints of Razzmatazz #DD085F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.47%

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

R = 68.21%
G = 2.47%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD085F (or 0xDD085F) is known color: Razzmatazz. HEX triplet: DD, 08 and 5F. RGB value is (221,8,95). Sum of RGB (Red+Green+Blue) = 221+8+95=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD085F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD085F is #22F7A0. Grayscale: #515151. Windows color (decimal): -2291617 or 6228189. OLE color: 6228189.

HSL color Cylindrical-coordinate representation of color #DD085F: hue angle of 335.49º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD085F is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 8 95 -
CMYK 0 0.96 0.57 0.13
HSL 335.49º 0.93% 0.45% -
HSV(B) 335.49º 0.96% 0.87% -
XYZ 31.97 16.37 12.3 -
YUV 81.61 135.57 227.43 -
System Red Green Blue C M Y K H S L
Decimal 221 8 95 0 0.96 0.57 0.13 335.49 0.93 0.45
Hex DD 8 5F 0 60 39 D 14F 5D 2D
Octal 335 10 137 0 140 71 15 517 135 55
Binary 11011101 1000 1011111 0 1100000 111001 1101 101001111 1011101 101101

Color Harmonies of #DD085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD085F

Black with #DD085F

Text Example


Text Example

White with #DD085F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD085F; }

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

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

background-color css

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

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

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

border-color css

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

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

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