Html Css Color HEX #D7317A Deep Cerise

📋 copy color: '#D7317A'

red 215 ◦ green 49 ◦ blue 122

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

Shades of Deep Cerise #D7317A

Tints of Deep Cerise #D7317A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.61%

R = 55.7%
G = 12.69%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7317A (or 0xD7317A) is known color: Deep Cerise. HEX triplet: D7, 31 and 7A. RGB value is (215,49,122). Sum of RGB (Red+Green+Blue) = 215+49+122=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D7317A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7317A is #28CE85. Grayscale: #6A6A6A. Windows color (decimal): -2674310 or 8008151. OLE color: 8008151.

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

Color convert

RGB 215 49 122 -
CMYK 0 0.77 0.43 0.16
HSL 333.61º 0.67% 0.52% -
HSV(B) 333.61º 0.77% 0.84% -
XYZ 32.64 18.05 20.18 -
YUV 106.96 136.5 205.06 -
System Red Green Blue C M Y K H S L
Decimal 215 49 122 0 0.77 0.43 0.16 333.61 0.67 0.52
Hex D7 31 7A 0 4D 2B 10 14E 43 34
Octal 327 61 172 0 115 53 20 516 103 64
Binary 11010111 110001 1111010 0 1001101 101011 10000 101001110 1000011 110100

Color Harmonies of #D7317A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7317A

Black with #D7317A

Text Example


Text Example

White with #D7317A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7317A; }

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

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

background-color css

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

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

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

border-color css

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

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

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