Html Css Color HEX #DF357D Deep Cerise

📋 copy color: '#DF357D'

red 223 ◦ green 53 ◦ blue 125

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

Shades of Deep Cerise #DF357D

Tints of Deep Cerise #DF357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.22%

 BLUE value IS 125 (49.22% from 255) = 31.17%

R = 55.61%
G = 13.22%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF357D (or 0xDF357D) is known color: Deep Cerise. HEX triplet: DF, 35 and 7D. RGB value is (223,53,125). Sum of RGB (Red+Green+Blue) = 223+53+125=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF357D is #20CA82. Grayscale: #6F6F6F. Windows color (decimal): -2148995 or 8205791. OLE color: 8205791.

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

Color convert

RGB 223 53 125 -
CMYK 0 0.76 0.44 0.13
HSL 334.59º 0.73% 0.54% -
HSV(B) 334.59º 0.76% 0.87% -
XYZ 35.41 19.71 21.34 -
YUV 112.04 135.32 207.15 -
System Red Green Blue C M Y K H S L
Decimal 223 53 125 0 0.76 0.44 0.13 334.59 0.73 0.54
Hex DF 35 7D 0 4C 2C D 14F 49 36
Octal 337 65 175 0 114 54 15 517 111 66
Binary 11011111 110101 1111101 0 1001100 101100 1101 101001111 1001001 110110

Color Harmonies of #DF357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF357D

Black with #DF357D

Text Example


Text Example

White with #DF357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF357D; }

 p { color: rgb(223,53,125); }

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

background-color css

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

 a { background-color: rgb(223,53,125); }

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

border-color css

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

 span { border-color: rgb(223,53,125); }

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