Html Css Color HEX #DF358B Deep Cerise

📋 copy color: '#DF358B'

red 223 ◦ green 53 ◦ blue 139

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

Shades of Deep Cerise #DF358B

Tints of Deep Cerise #DF358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.49%

R = 53.73%
G = 12.77%
B = 33.49%

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

#DF358B (or 0xDF358B) is known color: Deep Cerise. HEX triplet: DF, 35 and 8B. RGB value is (223,53,139). Sum of RGB (Red+Green+Blue) = 223+53+139=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF358B is #20CA74. Grayscale: #717171. Windows color (decimal): -2148981 or 9123295. OLE color: 9123295.

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

Color convert

RGB 223 53 139 -
CMYK 0 0.76 0.38 0.13
HSL 329.65º 0.73% 0.54% -
HSV(B) 329.65º 0.76% 0.87% -
XYZ 36.36 20.1 26.39 -
YUV 113.63 142.32 206.01 -
System Red Green Blue C M Y K H S L
Decimal 223 53 139 0 0.76 0.38 0.13 329.65 0.73 0.54
Hex DF 35 8B 0 4C 26 D 14A 49 36
Octal 337 65 213 0 114 46 15 512 111 66
Binary 11011111 110101 10001011 0 1001100 100110 1101 101001010 1001001 110110

Color Harmonies of #DF358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF358B

Black with #DF358B

Text Example


Text Example

White with #DF358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF358B; }

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

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

background-color css

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

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

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

border-color css

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

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

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