Html Css Color HEX #D7319F Deep Cerise

📋 copy color: '#D7319F'

red 215 ◦ green 49 ◦ blue 159

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

Shades of Deep Cerise #D7319F

Tints of Deep Cerise #D7319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.58%

 BLUE value IS 159 (62.5% from 255) = 37.59%

R = 50.83%
G = 11.58%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D7319F (or 0xD7319F) is known color: Deep Cerise. HEX triplet: D7, 31 and 9F. RGB value is (215,49,159). Sum of RGB (Red+Green+Blue) = 215+49+159=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7319F is #28CE60. Grayscale: #6E6E6E. Windows color (decimal): -2674273 or 10432983. OLE color: 10432983.

HSL color Cylindrical-coordinate representation of color #D7319F: hue angle of 320.24º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7319F is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 49 159 -
CMYK 0 0.77 0.26 0.16
HSL 320.24º 0.67% 0.52% -
HSV(B) 320.24º 0.77% 0.84% -
XYZ 35.38 19.15 34.63 -
YUV 111.17 155 202.06 -
System Red Green Blue C M Y K H S L
Decimal 215 49 159 0 0.77 0.26 0.16 320.24 0.67 0.52
Hex D7 31 9F 0 4D 1A 10 140 43 34
Octal 327 61 237 0 115 32 20 500 103 64
Binary 11010111 110001 10011111 0 1001101 11010 10000 101000000 1000011 110100

Color Harmonies of #D7319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7319F

Black with #D7319F

Text Example


Text Example

White with #D7319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7319F; }

 p { color: rgb(215,49,159); }

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

background-color css

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

 a { background-color: rgb(215,49,159); }

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

border-color css

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

 span { border-color: rgb(215,49,159); }

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