Html Css Color HEX #D5368E Deep Cerise

📋 copy color: '#D5368E'

red 213 ◦ green 54 ◦ blue 142

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

Shades of Deep Cerise #D5368E

Tints of Deep Cerise #D5368E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.2%

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

R = 52.08%
G = 13.2%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5368E (or 0xD5368E) is known color: Deep Cerise. HEX triplet: D5, 36 and 8E. RGB value is (213,54,142). Sum of RGB (Red+Green+Blue) = 213+54+142=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5368E is #2AC971. Grayscale: #6F6F6F. Windows color (decimal): -2804082 or 9320149. OLE color: 9320149.

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

Color convert

RGB 213 54 142 -
CMYK 0 0.75 0.33 0.16
HSL 326.79º 0.65% 0.52% -
HSV(B) 326.79º 0.75% 0.84% -
XYZ 33.64 18.74 27.43 -
YUV 111.57 145.18 200.34 -
System Red Green Blue C M Y K H S L
Decimal 213 54 142 0 0.75 0.33 0.16 326.79 0.65 0.52
Hex D5 36 8E 0 4B 21 10 147 41 34
Octal 325 66 216 0 113 41 20 507 101 64
Binary 11010101 110110 10001110 0 1001011 100001 10000 101000111 1000001 110100

Color Harmonies of #D5368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5368E

Black with #D5368E

Text Example


Text Example

White with #D5368E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5368E; }

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

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

background-color css

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

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

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

border-color css

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

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

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