Html Css Color HEX #D5349A Deep Cerise

📋 copy color: '#D5349A'

red 213 ◦ green 52 ◦ blue 154

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

Shades of Deep Cerise #D5349A

Tints of Deep Cerise #D5349A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.75%

R = 50.84%
G = 12.41%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5349A (or 0xD5349A) is known color: Deep Cerise. HEX triplet: D5, 34 and 9A. RGB value is (213,52,154). Sum of RGB (Red+Green+Blue) = 213+52+154=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5349A is #2ACB65. Grayscale: #6F6F6F. Windows color (decimal): -2804582 or 10106069. OLE color: 10106069.

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

Color convert

RGB 213 52 154 -
CMYK 0 0.76 0.28 0.16
HSL 321.99º 0.66% 0.52% -
HSV(B) 321.99º 0.76% 0.84% -
XYZ 34.5 18.94 32.41 -
YUV 111.77 151.84 200.21 -
System Red Green Blue C M Y K H S L
Decimal 213 52 154 0 0.76 0.28 0.16 321.99 0.66 0.52
Hex D5 34 9A 0 4C 1C 10 142 42 34
Octal 325 64 232 0 114 34 20 502 102 64
Binary 11010101 110100 10011010 0 1001100 11100 10000 101000010 1000010 110100

Color Harmonies of #D5349A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5349A

Black with #D5349A

Text Example


Text Example

White with #D5349A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5349A; }

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

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

background-color css

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

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

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

border-color css

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

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

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