Html Css Color HEX #D5368B Deep Cerise

📋 copy color: '#D5368B'

red 213 ◦ green 54 ◦ blue 139

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

Shades of Deep Cerise #D5368B

Tints of Deep Cerise #D5368B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 52.46%
G = 13.3%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5368B (or 0xD5368B) is known color: Deep Cerise. HEX triplet: D5, 36 and 8B. RGB value is (213,54,139). Sum of RGB (Red+Green+Blue) = 213+54+139=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5368B is #2AC974. Grayscale: #6F6F6F. Windows color (decimal): -2804085 or 9123541. OLE color: 9123541.

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

Color convert

RGB 213 54 139 -
CMYK 0 0.75 0.35 0.16
HSL 327.92º 0.65% 0.52% -
HSV(B) 327.92º 0.75% 0.84% -
XYZ 33.42 18.65 26.26 -
YUV 111.23 143.68 200.59 -
System Red Green Blue C M Y K H S L
Decimal 213 54 139 0 0.75 0.35 0.16 327.92 0.65 0.52
Hex D5 36 8B 0 4B 23 10 148 41 34
Octal 325 66 213 0 113 43 20 510 101 64
Binary 11010101 110110 10001011 0 1001011 100011 10000 101001000 1000001 110100

Color Harmonies of #D5368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5368B

Black with #D5368B

Text Example


Text Example

White with #D5368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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