Html Css Color HEX #DF3860 Cerise

📋 copy color: '#DF3860'

red 223 ◦ green 56 ◦ blue 96

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

Shades of Cerise #DF3860

Tints of Cerise #DF3860

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.93%

 BLUE value IS 96 (37.89% from 255) = 25.6%

R = 59.47%
G = 14.93%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF3860 (or 0xDF3860) is known color: Cerise. HEX triplet: DF, 38 and 60. RGB value is (223,56,96). Sum of RGB (Red+Green+Blue) = 223+56+96=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3860 is #20C79F. Grayscale: #6E6E6E. Windows color (decimal): -2148256 or 6306015. OLE color: 6306015.

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

Color convert

RGB 223 56 96 -
CMYK 0 0.75 0.57 0.13
HSL 345.63º 0.72% 0.55% -
HSV(B) 345.63º 0.75% 0.87% -
XYZ 33.96 19.36 13.01 -
YUV 110.49 119.83 208.25 -
System Red Green Blue C M Y K H S L
Decimal 223 56 96 0 0.75 0.57 0.13 345.63 0.72 0.55
Hex DF 38 60 0 4B 39 D 15A 48 37
Octal 337 70 140 0 113 71 15 532 110 67
Binary 11011111 111000 1100000 0 1001011 111001 1101 101011010 1001000 110111

Color Harmonies of #DF3860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3860

Black with #DF3860

Text Example


Text Example

White with #DF3860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3860; }

 p { color: rgb(223,56,96); }

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

background-color css

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

 a { background-color: rgb(223,56,96); }

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

border-color css

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

 span { border-color: rgb(223,56,96); }

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