Html Css Color HEX #D5368C Deep Cerise

📋 copy color: '#D5368C'

red 213 ◦ green 54 ◦ blue 140

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

Shades of Deep Cerise #D5368C

Tints of Deep Cerise #D5368C

RGB

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

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

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

R = 52.33%
G = 13.27%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5368C (or 0xD5368C) is known color: Deep Cerise. HEX triplet: D5, 36 and 8C. RGB value is (213,54,140). Sum of RGB (Red+Green+Blue) = 213+54+140=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5368C is #2AC973. Grayscale: #6F6F6F. Windows color (decimal): -2804084 or 9189077. OLE color: 9189077.

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

Color convert

RGB 213 54 140 -
CMYK 0 0.75 0.34 0.16
HSL 327.55º 0.65% 0.52% -
HSV(B) 327.55º 0.75% 0.84% -
XYZ 33.49 18.68 26.65 -
YUV 111.35 144.18 200.51 -
System Red Green Blue C M Y K H S L
Decimal 213 54 140 0 0.75 0.34 0.16 327.55 0.65 0.52
Hex D5 36 8C 0 4B 22 10 148 41 34
Octal 325 66 214 0 113 42 20 510 101 64
Binary 11010101 110110 10001100 0 1001011 100010 10000 101001000 1000001 110100

Color Harmonies of #D5368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5368C

Black with #D5368C

Text Example


Text Example

White with #D5368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5368C; }

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

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

background-color css

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

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

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

border-color css

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

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

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