Html Css Color HEX #D7377D Deep Cerise

📋 copy color: '#D7377D'

red 215 ◦ green 55 ◦ blue 125

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

Shades of Deep Cerise #D7377D

Tints of Deep Cerise #D7377D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 54.43%
G = 13.92%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7377D (or 0xD7377D) is known color: Deep Cerise. HEX triplet: D7, 37 and 7D. RGB value is (215,55,125). Sum of RGB (Red+Green+Blue) = 215+55+125=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D7377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7377D is #28C882. Grayscale: #6E6E6E. Windows color (decimal): -2672771 or 8206295. OLE color: 8206295.

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

Color convert

RGB 215 55 125 -
CMYK 0 0.74 0.42 0.16
HSL 333.75º 0.67% 0.53% -
HSV(B) 333.75º 0.74% 0.84% -
XYZ 33.09 18.66 21.26 -
YUV 110.82 136.01 202.31 -
System Red Green Blue C M Y K H S L
Decimal 215 55 125 0 0.74 0.42 0.16 333.75 0.67 0.53
Hex D7 37 7D 0 4A 2A 10 14E 43 35
Octal 327 67 175 0 112 52 20 516 103 65
Binary 11010111 110111 1111101 0 1001010 101010 10000 101001110 1000011 110101

Color Harmonies of #D7377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7377D

Black with #D7377D

Text Example


Text Example

White with #D7377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7377D; }

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

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

background-color css

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

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

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

border-color css

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

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

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