Html Css Color HEX #D5347C Deep Cerise

📋 copy color: '#D5347C'

red 213 ◦ green 52 ◦ blue 124

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

Shades of Deep Cerise #D5347C

Tints of Deep Cerise #D5347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.37%

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

R = 54.76%
G = 13.37%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5347C (or 0xD5347C) is known color: Deep Cerise. HEX triplet: D5, 34 and 7C. RGB value is (213,52,124). Sum of RGB (Red+Green+Blue) = 213+52+124=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5347C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5347C is #2ACB83. Grayscale: #6C6C6C. Windows color (decimal): -2804612 or 8139989. OLE color: 8139989.

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

Color convert

RGB 213 52 124 -
CMYK 0 0.76 0.42 0.16
HSL 333.17º 0.66% 0.52% -
HSV(B) 333.17º 0.76% 0.84% -
XYZ 32.31 18.06 20.85 -
YUV 108.35 136.84 202.65 -
System Red Green Blue C M Y K H S L
Decimal 213 52 124 0 0.76 0.42 0.16 333.17 0.66 0.52
Hex D5 34 7C 0 4C 2A 10 14D 42 34
Octal 325 64 174 0 114 52 20 515 102 64
Binary 11010101 110100 1111100 0 1001100 101010 10000 101001101 1000010 110100

Color Harmonies of #D5347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5347C

Black with #D5347C

Text Example


Text Example

White with #D5347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5347C; }

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

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

background-color css

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

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

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

border-color css

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

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

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