Html Css Color HEX #D7378D Deep Cerise

📋 copy color: '#D7378D'

red 215 ◦ green 55 ◦ blue 141

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

Shades of Deep Cerise #D7378D

Tints of Deep Cerise #D7378D

RGB

 RED value IS 215 (84.38% from 255) = 52.31%

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

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

R = 52.31%
G = 13.38%
B = 34.31%

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

#D7378D (or 0xD7378D) is known color: Deep Cerise. HEX triplet: D7, 37 and 8D. RGB value is (215,55,141). Sum of RGB (Red+Green+Blue) = 215+55+141=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7378D is #28C872. Grayscale: #707070. Windows color (decimal): -2672755 or 9254871. OLE color: 9254871.

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

Color convert

RGB 215 55 141 -
CMYK 0 0.74 0.34 0.16
HSL 327.75º 0.67% 0.53% -
HSV(B) 327.75º 0.74% 0.84% -
XYZ 34.2 19.1 27.08 -
YUV 112.64 144.01 201.01 -
System Red Green Blue C M Y K H S L
Decimal 215 55 141 0 0.74 0.34 0.16 327.75 0.67 0.53
Hex D7 37 8D 0 4A 22 10 148 43 35
Octal 327 67 215 0 112 42 20 510 103 65
Binary 11010111 110111 10001101 0 1001010 100010 10000 101001000 1000011 110101

Color Harmonies of #D7378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7378D

Black with #D7378D

Text Example


Text Example

White with #D7378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7378D; }

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

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

background-color css

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

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

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

border-color css

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

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

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