Html Css Color HEX #D5367A Deep Cerise

📋 copy color: '#D5367A'

red 213 ◦ green 54 ◦ blue 122

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

Shades of Deep Cerise #D5367A

Tints of Deep Cerise #D5367A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.36%

R = 54.76%
G = 13.88%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5367A (or 0xD5367A) is known color: Deep Cerise. HEX triplet: D5, 36 and 7A. RGB value is (213,54,122). Sum of RGB (Red+Green+Blue) = 213+54+122=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5367A is #2AC985. Grayscale: #6D6D6D. Windows color (decimal): -2804102 or 8009429. OLE color: 8009429.

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

Color convert

RGB 213 54 122 -
CMYK 0 0.75 0.43 0.16
HSL 334.34º 0.65% 0.52% -
HSV(B) 334.34º 0.75% 0.84% -
XYZ 32.27 18.19 20.22 -
YUV 109.29 135.18 201.97 -
System Red Green Blue C M Y K H S L
Decimal 213 54 122 0 0.75 0.43 0.16 334.34 0.65 0.52
Hex D5 36 7A 0 4B 2B 10 14E 41 34
Octal 325 66 172 0 113 53 20 516 101 64
Binary 11010101 110110 1111010 0 1001011 101011 10000 101001110 1000001 110100

Color Harmonies of #D5367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5367A

Black with #D5367A

Text Example


Text Example

White with #D5367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5367A; }

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

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

background-color css

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

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

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

border-color css

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

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

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