Html Css Color HEX #DF358E Deep Cerise

📋 copy color: '#DF358E'

red 223 ◦ green 53 ◦ blue 142

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

Shades of Deep Cerise #DF358E

Tints of Deep Cerise #DF358E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.97%

R = 53.35%
G = 12.68%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF358E (or 0xDF358E) is known color: Deep Cerise. HEX triplet: DF, 35 and 8E. RGB value is (223,53,142). Sum of RGB (Red+Green+Blue) = 223+53+142=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF358E is #20CA71. Grayscale: #717171. Windows color (decimal): -2148978 or 9319903. OLE color: 9319903.

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

Color convert

RGB 223 53 142 -
CMYK 0 0.76 0.36 0.13
HSL 328.59º 0.73% 0.54% -
HSV(B) 328.59º 0.76% 0.87% -
XYZ 36.59 20.19 27.56 -
YUV 113.98 143.82 205.76 -
System Red Green Blue C M Y K H S L
Decimal 223 53 142 0 0.76 0.36 0.13 328.59 0.73 0.54
Hex DF 35 8E 0 4C 24 D 149 49 36
Octal 337 65 216 0 114 44 15 511 111 66
Binary 11011111 110101 10001110 0 1001100 100100 1101 101001001 1001001 110110

Color Harmonies of #DF358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF358E

Black with #DF358E

Text Example


Text Example

White with #DF358E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF358E; }

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

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

background-color css

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

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

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

border-color css

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

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

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