Html Css Color HEX #D5357C Deep Cerise

📋 copy color: '#D5357C'

red 213 ◦ green 53 ◦ blue 124

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

Shades of Deep Cerise #D5357C

Tints of Deep Cerise #D5357C

RGB

 RED value IS 213 (83.59% from 255) = 54.62%

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

 BLUE value IS 124 (48.83% from 255) = 31.79%

R = 54.62%
G = 13.59%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5357C (or 0xD5357C) is known color: Deep Cerise. HEX triplet: D5, 35 and 7C. RGB value is (213,53,124). Sum of RGB (Red+Green+Blue) = 213+53+124=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5357C is #2ACA83. Grayscale: #6C6C6C. Windows color (decimal): -2804356 or 8140245. OLE color: 8140245.

HSL color Cylindrical-coordinate representation of color #D5357C: hue angle of 333.38º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5357C is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 53 124 -
CMYK 0 0.75 0.42 0.16
HSL 333.38º 0.66% 0.52% -
HSV(B) 333.38º 0.75% 0.84% -
XYZ 32.35 18.15 20.87 -
YUV 108.93 136.51 202.23 -
System Red Green Blue C M Y K H S L
Decimal 213 53 124 0 0.75 0.42 0.16 333.38 0.66 0.52
Hex D5 35 7C 0 4B 2A 10 14D 42 34
Octal 325 65 174 0 113 52 20 515 102 64
Binary 11010101 110101 1111100 0 1001011 101010 10000 101001101 1000010 110100

Color Harmonies of #D5357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5357C

Black with #D5357C

Text Example


Text Example

White with #D5357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5357C; }

 p { color: rgb(213,53,124); }

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

background-color css

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

 a { background-color: rgb(213,53,124); }

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

border-color css

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

 span { border-color: rgb(213,53,124); }

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