Html Css Color HEX #DF315F Cerise

📋 copy color: '#DF315F'

red 223 ◦ green 49 ◦ blue 95

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

Shades of Cerise #DF315F

Tints of Cerise #DF315F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.35%

 BLUE value IS 95 (37.5% from 255) = 25.89%

R = 60.76%
G = 13.35%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF315F (or 0xDF315F) is known color: Cerise. HEX triplet: DF, 31 and 5F. RGB value is (223,49,95). Sum of RGB (Red+Green+Blue) = 223+49+95=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF315F is #20CEA0. Grayscale: #6A6A6A. Windows color (decimal): -2150049 or 6238687. OLE color: 6238687.

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

Color convert

RGB 223 49 95 -
CMYK 0 0.78 0.57 0.13
HSL 344.14º 0.73% 0.53% -
HSV(B) 344.14º 0.78% 0.87% -
XYZ 33.6 18.71 12.67 -
YUV 106.27 121.65 211.26 -
System Red Green Blue C M Y K H S L
Decimal 223 49 95 0 0.78 0.57 0.13 344.14 0.73 0.53
Hex DF 31 5F 0 4E 39 D 158 49 35
Octal 337 61 137 0 116 71 15 530 111 65
Binary 11011111 110001 1011111 0 1001110 111001 1101 101011000 1001001 110101

Color Harmonies of #DF315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF315F

Black with #DF315F

Text Example


Text Example

White with #DF315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF315F; }

 p { color: rgb(223,49,95); }

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

background-color css

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

 a { background-color: rgb(223,49,95); }

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

border-color css

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

 span { border-color: rgb(223,49,95); }

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