Html Css Color HEX #D7377B Deep Cerise

📋 copy color: '#D7377B'

red 215 ◦ green 55 ◦ blue 123

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

Shades of Deep Cerise #D7377B

Tints of Deep Cerise #D7377B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.3%

R = 54.71%
G = 13.99%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7377B (or 0xD7377B) is known color: Deep Cerise. HEX triplet: D7, 37 and 7B. RGB value is (215,55,123). Sum of RGB (Red+Green+Blue) = 215+55+123=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D7377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7377B is #28C884. Grayscale: #6E6E6E. Windows color (decimal): -2672773 or 8075223. OLE color: 8075223.

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

Color convert

RGB 215 55 123 -
CMYK 0 0.74 0.43 0.16
HSL 334.5º 0.67% 0.53% -
HSV(B) 334.5º 0.74% 0.84% -
XYZ 32.97 18.61 20.59 -
YUV 110.59 135.01 202.47 -
System Red Green Blue C M Y K H S L
Decimal 215 55 123 0 0.74 0.43 0.16 334.5 0.67 0.53
Hex D7 37 7B 0 4A 2B 10 14E 43 35
Octal 327 67 173 0 112 53 20 516 103 65
Binary 11010111 110111 1111011 0 1001010 101011 10000 101001110 1000011 110101

Color Harmonies of #D7377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7377B

Black with #D7377B

Text Example


Text Example

White with #D7377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7377B; }

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

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

background-color css

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

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

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

border-color css

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

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

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