Html Css Color HEX #D7319A Deep Cerise

📋 copy color: '#D7319A'

red 215 ◦ green 49 ◦ blue 154

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

Shades of Deep Cerise #D7319A

Tints of Deep Cerise #D7319A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.84%

R = 51.44%
G = 11.72%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D7319A (or 0xD7319A) is known color: Deep Cerise. HEX triplet: D7, 31 and 9A. RGB value is (215,49,154). Sum of RGB (Red+Green+Blue) = 215+49+154=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D7319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7319A is #28CE65. Grayscale: #6E6E6E. Windows color (decimal): -2674278 or 10105303. OLE color: 10105303.

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

Color convert

RGB 215 49 154 -
CMYK 0 0.77 0.28 0.16
HSL 322.05º 0.67% 0.52% -
HSV(B) 322.05º 0.77% 0.84% -
XYZ 34.96 18.98 32.39 -
YUV 110.6 152.5 202.46 -
System Red Green Blue C M Y K H S L
Decimal 215 49 154 0 0.77 0.28 0.16 322.05 0.67 0.52
Hex D7 31 9A 0 4D 1C 10 142 43 34
Octal 327 61 232 0 115 34 20 502 103 64
Binary 11010111 110001 10011010 0 1001101 11100 10000 101000010 1000011 110100

Color Harmonies of #D7319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7319A

Black with #D7319A

Text Example


Text Example

White with #D7319A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7319A; }

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

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

background-color css

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

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

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

border-color css

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

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

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