Html Css Color HEX #DF315B Cerise

📋 copy color: '#DF315B'

red 223 ◦ green 49 ◦ blue 91

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

Shades of Cerise #DF315B

Tints of Cerise #DF315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.07%

R = 61.43%
G = 13.5%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF315B (or 0xDF315B) is known color: Cerise. HEX triplet: DF, 31 and 5B. RGB value is (223,49,91). Sum of RGB (Red+Green+Blue) = 223+49+91=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF315B is #20CEA4. Grayscale: #696969. Windows color (decimal): -2150053 or 5976543. OLE color: 5976543.

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

Color convert

RGB 223 49 91 -
CMYK 0 0.78 0.59 0.13
HSL 345.52º 0.73% 0.53% -
HSV(B) 345.52º 0.78% 0.87% -
XYZ 33.42 18.64 11.73 -
YUV 105.81 119.65 211.58 -
System Red Green Blue C M Y K H S L
Decimal 223 49 91 0 0.78 0.59 0.13 345.52 0.73 0.53
Hex DF 31 5B 0 4E 3B D 15A 49 35
Octal 337 61 133 0 116 73 15 532 111 65
Binary 11011111 110001 1011011 0 1001110 111011 1101 101011010 1001001 110101

Color Harmonies of #DF315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF315B

Black with #DF315B

Text Example


Text Example

White with #DF315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF315B; }

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

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

background-color css

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

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

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

border-color css

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

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

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