Html Css Color HEX #D1317D Deep Cerise

📋 copy color: '#D1317D'

red 209 ◦ green 49 ◦ blue 125

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

Shades of Deep Cerise #D1317D

Tints of Deep Cerise #D1317D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 54.57%
G = 12.79%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1317D (or 0xD1317D) is known color: Deep Cerise. HEX triplet: D1, 31 and 7D. RGB value is (209,49,125). Sum of RGB (Red+Green+Blue) = 209+49+125=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D1317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1317D is #2ECE82. Grayscale: #696969. Windows color (decimal): -3067523 or 8204753. OLE color: 8204753.

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

Color convert

RGB 209 49 125 -
CMYK 0 0.77 0.40 0.18
HSL 331.5º 0.63% 0.51% -
HSV(B) 331.5º 0.77% 0.82% -
XYZ 31.09 17.23 21.09 -
YUV 105.5 139.01 201.82 -
System Red Green Blue C M Y K H S L
Decimal 209 49 125 0 0.77 0.40 0.18 331.5 0.63 0.51
Hex D1 31 7D 0 4D 28 12 14C 3F 33
Octal 321 61 175 0 115 50 22 514 77 63
Binary 11010001 110001 1111101 0 1001101 101000 10010 101001100 111111 110011

Color Harmonies of #D1317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1317D

Black with #D1317D

Text Example


Text Example

White with #D1317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1317D; }

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

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

background-color css

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

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

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

border-color css

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

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

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