Html Css Color HEX #DF3575 Cerise

📋 copy color: '#DF3575'

red 223 ◦ green 53 ◦ blue 117

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

Shades of Cerise #DF3575

Tints of Cerise #DF3575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.77%

R = 56.74%
G = 13.49%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF3575 (or 0xDF3575) is known color: Cerise. HEX triplet: DF, 35 and 75. RGB value is (223,53,117). Sum of RGB (Red+Green+Blue) = 223+53+117=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3575 is #20CA8A. Grayscale: #6F6F6F. Windows color (decimal): -2149003 or 7681503. OLE color: 7681503.

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

Color convert

RGB 223 53 117 -
CMYK 0 0.76 0.48 0.13
HSL 337.41º 0.73% 0.54% -
HSV(B) 337.41º 0.76% 0.87% -
XYZ 34.92 19.52 18.76 -
YUV 111.13 131.32 207.8 -
System Red Green Blue C M Y K H S L
Decimal 223 53 117 0 0.76 0.48 0.13 337.41 0.73 0.54
Hex DF 35 75 0 4C 30 D 151 49 36
Octal 337 65 165 0 114 60 15 521 111 66
Binary 11011111 110101 1110101 0 1001100 110000 1101 101010001 1001001 110110

Color Harmonies of #DF3575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3575

Black with #DF3575

Text Example


Text Example

White with #DF3575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3575; }

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

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

background-color css

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

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

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

border-color css

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

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

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