Html Css Color HEX #DF3961 Cerise

📋 copy color: '#DF3961'

red 223 ◦ green 57 ◦ blue 97

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

Shades of Cerise #DF3961

Tints of Cerise #DF3961

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.12%

 BLUE value IS 97 (38.28% from 255) = 25.73%

R = 59.15%
G = 15.12%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF3961 (or 0xDF3961) is known color: Cerise. HEX triplet: DF, 39 and 61. RGB value is (223,57,97). Sum of RGB (Red+Green+Blue) = 223+57+97=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3961 is #20C69E. Grayscale: #6F6F6F. Windows color (decimal): -2147999 or 6371807. OLE color: 6371807.

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

Color convert

RGB 223 57 97 -
CMYK 0 0.74 0.57 0.13
HSL 345.54º 0.72% 0.55% -
HSV(B) 345.54º 0.74% 0.87% -
XYZ 34.05 19.48 13.27 -
YUV 111.19 120 207.75 -
System Red Green Blue C M Y K H S L
Decimal 223 57 97 0 0.74 0.57 0.13 345.54 0.72 0.55
Hex DF 39 61 0 4A 39 D 15A 48 37
Octal 337 71 141 0 112 71 15 532 110 67
Binary 11011111 111001 1100001 0 1001010 111001 1101 101011010 1001000 110111

Color Harmonies of #DF3961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3961

Black with #DF3961

Text Example


Text Example

White with #DF3961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3961; }

 p { color: rgb(223,57,97); }

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

background-color css

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

 a { background-color: rgb(223,57,97); }

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

border-color css

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

 span { border-color: rgb(223,57,97); }

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