Html Css Color HEX #DF025D Razzmatazz

📋 copy color: '#DF025D'

red 223 ◦ green 2 ◦ blue 93

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

Shades of Razzmatazz #DF025D

Tints of Razzmatazz #DF025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 70.13%
G = 0.63%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF025D (or 0xDF025D) is known color: Razzmatazz. HEX triplet: DF, 02 and 5D. RGB value is (223,2,93). Sum of RGB (Red+Green+Blue) = 223+2+93=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF025D is #20FDA2. Grayscale: #4E4E4E. Windows color (decimal): -2162083 or 6095583. OLE color: 6095583.

HSL color Cylindrical-coordinate representation of color #DF025D: hue angle of 335.29º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF025D is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 2 93 -
CMYK 0 0.99 0.58 0.13
HSL 335.29º 0.98% 0.44% -
HSV(B) 335.29º 0.99% 0.87% -
XYZ 32.43 16.52 11.84 -
YUV 78.45 136.22 231.1 -
System Red Green Blue C M Y K H S L
Decimal 223 2 93 0 0.99 0.58 0.13 335.29 0.98 0.44
Hex DF 2 5D 0 63 3A D 14F 62 2C
Octal 337 2 135 0 143 72 15 517 142 54
Binary 11011111 10 1011101 0 1100011 111010 1101 101001111 1100010 101100

Color Harmonies of #DF025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF025D

Black with #DF025D

Text Example


Text Example

White with #DF025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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