Html Css Color HEX #D5367C Deep Cerise

📋 copy color: '#D5367C'

red 213 ◦ green 54 ◦ blue 124

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

Shades of Deep Cerise #D5367C

Tints of Deep Cerise #D5367C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.71%

R = 54.48%
G = 13.81%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5367C (or 0xD5367C) is known color: Deep Cerise. HEX triplet: D5, 36 and 7C. RGB value is (213,54,124). Sum of RGB (Red+Green+Blue) = 213+54+124=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D5367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5367C is #2AC983. Grayscale: #6D6D6D. Windows color (decimal): -2804100 or 8140501. OLE color: 8140501.

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

Color convert

RGB 213 54 124 -
CMYK 0 0.75 0.42 0.16
HSL 333.58º 0.65% 0.52% -
HSV(B) 333.58º 0.75% 0.84% -
XYZ 32.4 18.24 20.88 -
YUV 109.52 136.18 201.81 -
System Red Green Blue C M Y K H S L
Decimal 213 54 124 0 0.75 0.42 0.16 333.58 0.65 0.52
Hex D5 36 7C 0 4B 2A 10 14E 41 34
Octal 325 66 174 0 113 52 20 516 101 64
Binary 11010101 110110 1111100 0 1001011 101010 10000 101001110 1000001 110100

Color Harmonies of #D5367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5367C

Black with #D5367C

Text Example


Text Example

White with #D5367C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5367C; }

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

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

background-color css

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

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

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

border-color css

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

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

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