Html Css Color HEX #D7397F Deep Cerise

📋 copy color: '#D7397F'

red 215 ◦ green 57 ◦ blue 127

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

Shades of Deep Cerise #D7397F

Tints of Deep Cerise #D7397F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.29%

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

R = 53.88%
G = 14.29%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D7397F (or 0xD7397F) is known color: Deep Cerise. HEX triplet: D7, 39 and 7F. RGB value is (215,57,127). Sum of RGB (Red+Green+Blue) = 215+57+127=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D7397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7397F is #28C680. Grayscale: #707070. Windows color (decimal): -2672257 or 8337879. OLE color: 8337879.

HSL color Cylindrical-coordinate representation of color #D7397F: hue angle of 333.42º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7397F is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 57 127 -
CMYK 0 0.73 0.41 0.16
HSL 333.42º 0.66% 0.53% -
HSV(B) 333.42º 0.73% 0.84% -
XYZ 33.32 18.91 21.97 -
YUV 112.22 136.35 201.31 -
System Red Green Blue C M Y K H S L
Decimal 215 57 127 0 0.73 0.41 0.16 333.42 0.66 0.53
Hex D7 39 7F 0 49 29 10 14D 42 35
Octal 327 71 177 0 111 51 20 515 102 65
Binary 11010111 111001 1111111 0 1001001 101001 10000 101001101 1000010 110101

Color Harmonies of #D7397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7397F

Black with #D7397F

Text Example


Text Example

White with #D7397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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