Html Css Color HEX #D5349D Deep Cerise

📋 copy color: '#D5349D'

red 213 ◦ green 52 ◦ blue 157

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

Shades of Deep Cerise #D5349D

Tints of Deep Cerise #D5349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.2%

R = 50.47%
G = 12.32%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5349D (or 0xD5349D) is known color: Deep Cerise. HEX triplet: D5, 34 and 9D. RGB value is (213,52,157). Sum of RGB (Red+Green+Blue) = 213+52+157=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5349D is #2ACB62. Grayscale: #6F6F6F. Windows color (decimal): -2804579 or 10302677. OLE color: 10302677.

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

Color convert

RGB 213 52 157 -
CMYK 0 0.76 0.26 0.16
HSL 320.87º 0.66% 0.52% -
HSV(B) 320.87º 0.76% 0.84% -
XYZ 34.75 19.04 33.74 -
YUV 112.11 153.34 199.96 -
System Red Green Blue C M Y K H S L
Decimal 213 52 157 0 0.76 0.26 0.16 320.87 0.66 0.52
Hex D5 34 9D 0 4C 1A 10 141 42 34
Octal 325 64 235 0 114 32 20 501 102 64
Binary 11010101 110100 10011101 0 1001100 11010 10000 101000001 1000010 110100

Color Harmonies of #D5349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5349D

Black with #D5349D

Text Example


Text Example

White with #D5349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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