Html Css Color HEX #DF2F73 Cerise

📋 copy color: '#DF2F73'

red 223 ◦ green 47 ◦ blue 115

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

Shades of Cerise #DF2F73

Tints of Cerise #DF2F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.87%

R = 57.92%
G = 12.21%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF2F73 (or 0xDF2F73) is known color: Cerise. HEX triplet: DF, 2F and 73. RGB value is (223,47,115). Sum of RGB (Red+Green+Blue) = 223+47+115=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2F73 is #20D08C. Grayscale: #6B6B6B. Windows color (decimal): -2150541 or 7548895. OLE color: 7548895.

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

Color convert

RGB 223 47 115 -
CMYK 0 0.79 0.48 0.13
HSL 336.82º 0.73% 0.53% -
HSV(B) 336.82º 0.79% 0.87% -
XYZ 34.54 18.96 18.06 -
YUV 107.38 132.31 210.47 -
System Red Green Blue C M Y K H S L
Decimal 223 47 115 0 0.79 0.48 0.13 336.82 0.73 0.53
Hex DF 2F 73 0 4F 30 D 151 49 35
Octal 337 57 163 0 117 60 15 521 111 65
Binary 11011111 101111 1110011 0 1001111 110000 1101 101010001 1001001 110101

Color Harmonies of #DF2F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2F73

Black with #DF2F73

Text Example


Text Example

White with #DF2F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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