Html Css Color HEX #D5348E Deep Cerise

📋 copy color: '#D5348E'

red 213 ◦ green 52 ◦ blue 142

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

Shades of Deep Cerise #D5348E

Tints of Deep Cerise #D5348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.89%

R = 52.33%
G = 12.78%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5348E (or 0xD5348E) is known color: Deep Cerise. HEX triplet: D5, 34 and 8E. RGB value is (213,52,142). Sum of RGB (Red+Green+Blue) = 213+52+142=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5348E is #2ACB71. Grayscale: #6E6E6E. Windows color (decimal): -2804594 or 9319637. OLE color: 9319637.

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

Color convert

RGB 213 52 142 -
CMYK 0 0.76 0.33 0.16
HSL 326.46º 0.66% 0.52% -
HSV(B) 326.46º 0.76% 0.84% -
XYZ 33.55 18.56 27.4 -
YUV 110.4 145.84 201.18 -
System Red Green Blue C M Y K H S L
Decimal 213 52 142 0 0.76 0.33 0.16 326.46 0.66 0.52
Hex D5 34 8E 0 4C 21 10 146 42 34
Octal 325 64 216 0 114 41 20 506 102 64
Binary 11010101 110100 10001110 0 1001100 100001 10000 101000110 1000010 110100

Color Harmonies of #D5348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5348E

Black with #D5348E

Text Example


Text Example

White with #D5348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5348E; }

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

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

background-color css

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

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

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

border-color css

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

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

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