Html Css Color HEX #DF358A Deep Cerise

📋 copy color: '#DF358A'

red 223 ◦ green 53 ◦ blue 138

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

Shades of Deep Cerise #DF358A

Tints of Deep Cerise #DF358A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.33%

R = 53.86%
G = 12.8%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF358A (or 0xDF358A) is known color: Deep Cerise. HEX triplet: DF, 35 and 8A. RGB value is (223,53,138). Sum of RGB (Red+Green+Blue) = 223+53+138=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF358A is #20CA75. Grayscale: #717171. Windows color (decimal): -2148982 or 9057759. OLE color: 9057759.

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

Color convert

RGB 223 53 138 -
CMYK 0 0.76 0.38 0.13
HSL 330º 0.73% 0.54% -
HSV(B) 330º 0.76% 0.87% -
XYZ 36.29 20.07 26.01 -
YUV 113.52 141.82 206.09 -
System Red Green Blue C M Y K H S L
Decimal 223 53 138 0 0.76 0.38 0.13 330 0.73 0.54
Hex DF 35 8A 0 4C 26 D 14A 49 36
Octal 337 65 212 0 114 46 15 512 111 66
Binary 11011111 110101 10001010 0 1001100 100110 1101 101001010 1001001 110110

Color Harmonies of #DF358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF358A

Black with #DF358A

Text Example


Text Example

White with #DF358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF358A; }

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

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

background-color css

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

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

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

border-color css

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

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

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