Html Css Color HEX #DF2F93 Deep Cerise

📋 copy color: '#DF2F93'

red 223 ◦ green 47 ◦ blue 147

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

Shades of Deep Cerise #DF2F93

Tints of Deep Cerise #DF2F93

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.27%

 BLUE value IS 147 (57.81% from 255) = 35.25%

R = 53.48%
G = 11.27%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF2F93 (or 0xDF2F93) is known color: Deep Cerise. HEX triplet: DF, 2F and 93. RGB value is (223,47,147). Sum of RGB (Red+Green+Blue) = 223+47+147=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2F93 is #20D06C. Grayscale: #6E6E6E. Windows color (decimal): -2150509 or 9646047. OLE color: 9646047.

HSL color Cylindrical-coordinate representation of color #DF2F93: hue angle of 325.91º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2F93 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 47 147 -
CMYK 0 0.79 0.34 0.13
HSL 325.91º 0.73% 0.53% -
HSV(B) 325.91º 0.79% 0.87% -
XYZ 36.71 19.83 29.5 -
YUV 111.02 148.31 207.87 -
System Red Green Blue C M Y K H S L
Decimal 223 47 147 0 0.79 0.34 0.13 325.91 0.73 0.53
Hex DF 2F 93 0 4F 22 D 146 49 35
Octal 337 57 223 0 117 42 15 506 111 65
Binary 11011111 101111 10010011 0 1001111 100010 1101 101000110 1001001 110101

Color Harmonies of #DF2F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2F93

Black with #DF2F93

Text Example


Text Example

White with #DF2F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2F93; }

 p { color: rgb(223,47,147); }

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

background-color css

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

 a { background-color: rgb(223,47,147); }

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

border-color css

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

 span { border-color: rgb(223,47,147); }

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