Html Css Color HEX #D5368D Deep Cerise

📋 copy color: '#D5368D'

red 213 ◦ green 54 ◦ blue 141

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

Shades of Deep Cerise #D5368D

Tints of Deep Cerise #D5368D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.56%

R = 52.21%
G = 13.24%
B = 34.56%

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

#D5368D (or 0xD5368D) is known color: Deep Cerise. HEX triplet: D5, 36 and 8D. RGB value is (213,54,141). Sum of RGB (Red+Green+Blue) = 213+54+141=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5368D is #2AC972. Grayscale: #6F6F6F. Windows color (decimal): -2804083 or 9254613. OLE color: 9254613.

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

Color convert

RGB 213 54 141 -
CMYK 0 0.75 0.34 0.16
HSL 327.17º 0.65% 0.52% -
HSV(B) 327.17º 0.75% 0.84% -
XYZ 33.57 18.71 27.04 -
YUV 111.46 144.68 200.43 -
System Red Green Blue C M Y K H S L
Decimal 213 54 141 0 0.75 0.34 0.16 327.17 0.65 0.52
Hex D5 36 8D 0 4B 22 10 147 41 34
Octal 325 66 215 0 113 42 20 507 101 64
Binary 11010101 110110 10001101 0 1001011 100010 10000 101000111 1000001 110100

Color Harmonies of #D5368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5368D

Black with #D5368D

Text Example


Text Example

White with #D5368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5368D; }

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

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

background-color css

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

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

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

border-color css

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

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

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