Html Css Color HEX #D5369D Deep Cerise

📋 copy color: '#D5369D'

red 213 ◦ green 54 ◦ blue 157

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

Shades of Deep Cerise #D5369D

Tints of Deep Cerise #D5369D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.03%

R = 50.24%
G = 12.74%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5369D (or 0xD5369D) is known color: Deep Cerise. HEX triplet: D5, 36 and 9D. RGB value is (213,54,157). Sum of RGB (Red+Green+Blue) = 213+54+157=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5369D is #2AC962. Grayscale: #717171. Windows color (decimal): -2804067 or 10303189. OLE color: 10303189.

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

Color convert

RGB 213 54 157 -
CMYK 0 0.75 0.26 0.16
HSL 321.13º 0.65% 0.52% -
HSV(B) 321.13º 0.75% 0.84% -
XYZ 34.85 19.22 33.77 -
YUV 113.28 152.68 199.12 -
System Red Green Blue C M Y K H S L
Decimal 213 54 157 0 0.75 0.26 0.16 321.13 0.65 0.52
Hex D5 36 9D 0 4B 1A 10 141 41 34
Octal 325 66 235 0 113 32 20 501 101 64
Binary 11010101 110110 10011101 0 1001011 11010 10000 101000001 1000001 110100

Color Harmonies of #D5369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5369D

Black with #D5369D

Text Example


Text Example

White with #D5369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5369D; }

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

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

background-color css

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

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

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

border-color css

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

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

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