Html Css Color HEX #DF357E Deep Cerise

📋 copy color: '#DF357E'

red 223 ◦ green 53 ◦ blue 126

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

Shades of Deep Cerise #DF357E

Tints of Deep Cerise #DF357E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.34%

R = 55.47%
G = 13.18%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF357E (or 0xDF357E) is known color: Deep Cerise. HEX triplet: DF, 35 and 7E. RGB value is (223,53,126). Sum of RGB (Red+Green+Blue) = 223+53+126=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF357E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF357E is #20CA81. Grayscale: #707070. Windows color (decimal): -2148994 or 8271327. OLE color: 8271327.

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

Color convert

RGB 223 53 126 -
CMYK 0 0.76 0.43 0.13
HSL 334.24º 0.73% 0.54% -
HSV(B) 334.24º 0.76% 0.87% -
XYZ 35.47 19.74 21.68 -
YUV 112.15 135.82 207.06 -
System Red Green Blue C M Y K H S L
Decimal 223 53 126 0 0.76 0.43 0.13 334.24 0.73 0.54
Hex DF 35 7E 0 4C 2B D 14E 49 36
Octal 337 65 176 0 114 53 15 516 111 66
Binary 11011111 110101 1111110 0 1001100 101011 1101 101001110 1001001 110110

Color Harmonies of #DF357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF357E

Black with #DF357E

Text Example


Text Example

White with #DF357E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF357E; }

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

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

background-color css

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

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

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

border-color css

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

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

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