Html Css Color HEX #D5348C Deep Cerise

📋 copy color: '#D5348C'

red 213 ◦ green 52 ◦ blue 140

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

Shades of Deep Cerise #D5348C

Tints of Deep Cerise #D5348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.57%

R = 52.59%
G = 12.84%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5348C (or 0xD5348C) is known color: Deep Cerise. HEX triplet: D5, 34 and 8C. RGB value is (213,52,140). Sum of RGB (Red+Green+Blue) = 213+52+140=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5348C is #2ACB73. Grayscale: #6D6D6D. Windows color (decimal): -2804596 or 9188565. OLE color: 9188565.

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

Color convert

RGB 213 52 140 -
CMYK 0 0.76 0.34 0.16
HSL 327.21º 0.66% 0.52% -
HSV(B) 327.21º 0.76% 0.84% -
XYZ 33.4 18.5 26.62 -
YUV 110.17 144.84 201.34 -
System Red Green Blue C M Y K H S L
Decimal 213 52 140 0 0.76 0.34 0.16 327.21 0.66 0.52
Hex D5 34 8C 0 4C 22 10 147 42 34
Octal 325 64 214 0 114 42 20 507 102 64
Binary 11010101 110100 10001100 0 1001100 100010 10000 101000111 1000010 110100

Color Harmonies of #D5348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5348C

Black with #D5348C

Text Example


Text Example

White with #D5348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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