Html Css Color HEX #DF085D Razzmatazz

📋 copy color: '#DF085D'

red 223 ◦ green 8 ◦ blue 93

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

Shades of Razzmatazz #DF085D

Tints of Razzmatazz #DF085D

RGB

 RED value IS 223 (87.5% from 255) = 68.83%

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

 BLUE value IS 93 (36.72% from 255) = 28.7%

R = 68.83%
G = 2.47%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF085D (or 0xDF085D) is known color: Razzmatazz. HEX triplet: DF, 08 and 5D. RGB value is (223,8,93). Sum of RGB (Red+Green+Blue) = 223+8+93=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF085D is #20F7A2. Grayscale: #515151. Windows color (decimal): -2160547 or 6097119. OLE color: 6097119.

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

Color convert

RGB 223 8 93 -
CMYK 0 0.96 0.58 0.13
HSL 336.28º 0.93% 0.45% -
HSV(B) 336.28º 0.96% 0.87% -
XYZ 32.49 16.65 11.86 -
YUV 81.98 134.23 228.59 -
System Red Green Blue C M Y K H S L
Decimal 223 8 93 0 0.96 0.58 0.13 336.28 0.93 0.45
Hex DF 8 5D 0 60 3A D 150 5D 2D
Octal 337 10 135 0 140 72 15 520 135 55
Binary 11011111 1000 1011101 0 1100000 111010 1101 101010000 1011101 101101

Color Harmonies of #DF085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF085D

Black with #DF085D

Text Example


Text Example

White with #DF085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF085D; }

 p { color: rgb(223,8,93); }

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

background-color css

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

 a { background-color: rgb(223,8,93); }

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

border-color css

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

 span { border-color: rgb(223,8,93); }

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