Html Css Color HEX #D13181 Deep Cerise

📋 copy color: '#D13181'

red 209 ◦ green 49 ◦ blue 129

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

Shades of Deep Cerise #D13181

Tints of Deep Cerise #D13181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.33%

R = 54.01%
G = 12.66%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D13181 (or 0xD13181) is known color: Deep Cerise. HEX triplet: D1, 31 and 81. RGB value is (209,49,129). Sum of RGB (Red+Green+Blue) = 209+49+129=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D13181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13181 is #2ECE7E. Grayscale: #696969. Windows color (decimal): -3067519 or 8466897. OLE color: 8466897.

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

Color convert

RGB 209 49 129 -
CMYK 0 0.77 0.38 0.18
HSL 330º 0.63% 0.51% -
HSV(B) 330º 0.77% 0.82% -
XYZ 31.36 17.34 22.46 -
YUV 105.96 141.01 201.5 -
System Red Green Blue C M Y K H S L
Decimal 209 49 129 0 0.77 0.38 0.18 330 0.63 0.51
Hex D1 31 81 0 4D 26 12 14A 3F 33
Octal 321 61 201 0 115 46 22 512 77 63
Binary 11010001 110001 10000001 0 1001101 100110 10010 101001010 111111 110011

Color Harmonies of #D13181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13181

Black with #D13181

Text Example


Text Example

White with #D13181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13181; }

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

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

background-color css

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

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

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

border-color css

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

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

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