Html Css Color HEX #D1317B Deep Cerise

📋 copy color: '#D1317B'

red 209 ◦ green 49 ◦ blue 123

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

Shades of Deep Cerise #D1317B

Tints of Deep Cerise #D1317B

RGB

 RED value IS 209 (82.03% from 255) = 54.86%

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

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

R = 54.86%
G = 12.86%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1317B (or 0xD1317B) is known color: Deep Cerise. HEX triplet: D1, 31 and 7B. RGB value is (209,49,123). Sum of RGB (Red+Green+Blue) = 209+49+123=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D1317B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1317B is #2ECE84. Grayscale: #696969. Windows color (decimal): -3067525 or 8073681. OLE color: 8073681.

HSL color Cylindrical-coordinate representation of color #D1317B: hue angle of 332.25º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1317B is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 49 123 -
CMYK 0 0.77 0.41 0.18
HSL 332.25º 0.63% 0.51% -
HSV(B) 332.25º 0.77% 0.82% -
XYZ 30.97 17.18 20.42 -
YUV 105.28 138.01 201.98 -
System Red Green Blue C M Y K H S L
Decimal 209 49 123 0 0.77 0.41 0.18 332.25 0.63 0.51
Hex D1 31 7B 0 4D 29 12 14C 3F 33
Octal 321 61 173 0 115 51 22 514 77 63
Binary 11010001 110001 1111011 0 1001101 101001 10010 101001100 111111 110011

Color Harmonies of #D1317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1317B

Black with #D1317B

Text Example


Text Example

White with #D1317B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1317B; }

 p { color: rgb(209,49,123); }

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

background-color css

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

 a { background-color: rgb(209,49,123); }

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

border-color css

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

 span { border-color: rgb(209,49,123); }

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