Html Css Color HEX #D7377F Deep Cerise

📋 copy color: '#D7377F'

red 215 ◦ green 55 ◦ blue 127

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

Shades of Deep Cerise #D7377F

Tints of Deep Cerise #D7377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.99%

R = 54.16%
G = 13.85%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D7377F (or 0xD7377F) is known color: Deep Cerise. HEX triplet: D7, 37 and 7F. RGB value is (215,55,127). Sum of RGB (Red+Green+Blue) = 215+55+127=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D7377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7377F is #28C880. Grayscale: #6E6E6E. Windows color (decimal): -2672769 or 8337367. OLE color: 8337367.

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

Color convert

RGB 215 55 127 -
CMYK 0 0.74 0.41 0.16
HSL 333º 0.67% 0.53% -
HSV(B) 333º 0.74% 0.84% -
XYZ 33.22 18.71 21.94 -
YUV 111.05 137.01 202.15 -
System Red Green Blue C M Y K H S L
Decimal 215 55 127 0 0.74 0.41 0.16 333 0.67 0.53
Hex D7 37 7F 0 4A 29 10 14D 43 35
Octal 327 67 177 0 112 51 20 515 103 65
Binary 11010111 110111 1111111 0 1001010 101001 10000 101001101 1000011 110101

Color Harmonies of #D7377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7377F

Black with #D7377F

Text Example


Text Example

White with #D7377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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