Html Css Color HEX #D5369C Deep Cerise

📋 copy color: '#D5369C'

red 213 ◦ green 54 ◦ blue 156

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

Shades of Deep Cerise #D5369C

Tints of Deep Cerise #D5369C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.88%

R = 50.35%
G = 12.77%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5369C (or 0xD5369C) is known color: Deep Cerise. HEX triplet: D5, 36 and 9C. RGB value is (213,54,156). Sum of RGB (Red+Green+Blue) = 213+54+156=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5369C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5369C is #2AC963. Grayscale: #707070. Windows color (decimal): -2804068 or 10237653. OLE color: 10237653.

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

Color convert

RGB 213 54 156 -
CMYK 0 0.75 0.27 0.16
HSL 321.51º 0.65% 0.52% -
HSV(B) 321.51º 0.75% 0.84% -
XYZ 34.76 19.18 33.32 -
YUV 113.17 152.18 199.21 -
System Red Green Blue C M Y K H S L
Decimal 213 54 156 0 0.75 0.27 0.16 321.51 0.65 0.52
Hex D5 36 9C 0 4B 1B 10 142 41 34
Octal 325 66 234 0 113 33 20 502 101 64
Binary 11010101 110110 10011100 0 1001011 11011 10000 101000010 1000001 110100

Color Harmonies of #D5369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5369C

Black with #D5369C

Text Example


Text Example

White with #D5369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5369C; }

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

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

background-color css

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

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

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

border-color css

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

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

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