Html Css Color HEX #D5378D Deep Cerise

📋 copy color: '#D5378D'

red 213 ◦ green 55 ◦ blue 141

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

Shades of Deep Cerise #D5378D

Tints of Deep Cerise #D5378D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 52.08%
G = 13.45%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5378D (or 0xD5378D) is known color: Deep Cerise. HEX triplet: D5, 37 and 8D. RGB value is (213,55,141). Sum of RGB (Red+Green+Blue) = 213+55+141=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5378D is #2AC872. Grayscale: #6F6F6F. Windows color (decimal): -2803827 or 9254869. OLE color: 9254869.

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

Color convert

RGB 213 55 141 -
CMYK 0 0.74 0.34 0.16
HSL 327.34º 0.65% 0.53% -
HSV(B) 327.34º 0.74% 0.84% -
XYZ 33.61 18.8 27.06 -
YUV 112.05 144.35 200.01 -
System Red Green Blue C M Y K H S L
Decimal 213 55 141 0 0.74 0.34 0.16 327.34 0.65 0.53
Hex D5 37 8D 0 4A 22 10 147 41 35
Octal 325 67 215 0 112 42 20 507 101 65
Binary 11010101 110111 10001101 0 1001010 100010 10000 101000111 1000001 110101

Color Harmonies of #D5378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5378D

Black with #D5378D

Text Example


Text Example

White with #D5378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5378D; }

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

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

background-color css

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

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

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

border-color css

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

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

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