Html Css Color HEX #D7378C Deep Cerise

📋 copy color: '#D7378C'

red 215 ◦ green 55 ◦ blue 140

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

Shades of Deep Cerise #D7378C

Tints of Deep Cerise #D7378C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 52.44%
G = 13.41%
B = 34.15%

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

#D7378C (or 0xD7378C) is known color: Deep Cerise. HEX triplet: D7, 37 and 8C. RGB value is (215,55,140). Sum of RGB (Red+Green+Blue) = 215+55+140=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D7378C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7378C is #28C873. Grayscale: #707070. Windows color (decimal): -2672756 or 9189335. OLE color: 9189335.

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

Color convert

RGB 215 55 140 -
CMYK 0 0.74 0.35 0.16
HSL 328.13º 0.67% 0.53% -
HSV(B) 328.13º 0.74% 0.84% -
XYZ 34.12 19.07 26.69 -
YUV 112.53 143.51 201.09 -
System Red Green Blue C M Y K H S L
Decimal 215 55 140 0 0.74 0.35 0.16 328.13 0.67 0.53
Hex D7 37 8C 0 4A 23 10 148 43 35
Octal 327 67 214 0 112 43 20 510 103 65
Binary 11010111 110111 10001100 0 1001010 100011 10000 101001000 1000011 110101

Color Harmonies of #D7378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7378C

Black with #D7378C

Text Example


Text Example

White with #D7378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7378C; }

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

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

background-color css

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

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

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

border-color css

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

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

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