Html Css Color HEX #D5378A Deep Cerise

📋 copy color: '#D5378A'

red 213 ◦ green 55 ◦ blue 138

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

Shades of Deep Cerise #D5378A

Tints of Deep Cerise #D5378A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.55%

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 52.46%
G = 13.55%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5378A (or 0xD5378A) is known color: Deep Cerise. HEX triplet: D5, 37 and 8A. RGB value is (213,55,138). Sum of RGB (Red+Green+Blue) = 213+55+138=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5378A is #2AC875. Grayscale: #6F6F6F. Windows color (decimal): -2803830 or 9058261. OLE color: 9058261.

HSL color Cylindrical-coordinate representation of color #D5378A: hue angle of 328.48º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5378A is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 55 138 -
CMYK 0 0.74 0.35 0.16
HSL 328.48º 0.65% 0.53% -
HSV(B) 328.48º 0.74% 0.84% -
XYZ 33.39 18.71 25.9 -
YUV 111.7 142.85 200.25 -
System Red Green Blue C M Y K H S L
Decimal 213 55 138 0 0.74 0.35 0.16 328.48 0.65 0.53
Hex D5 37 8A 0 4A 23 10 148 41 35
Octal 325 67 212 0 112 43 20 510 101 65
Binary 11010101 110111 10001010 0 1001010 100011 10000 101001000 1000001 110101

Color Harmonies of #D5378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5378A

Black with #D5378A

Text Example


Text Example

White with #D5378A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5378A; }

 p { color: rgb(213,55,138); }

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

background-color css

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

 a { background-color: rgb(213,55,138); }

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

border-color css

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

 span { border-color: rgb(213,55,138); }

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