Html Css Color HEX #D13C8D Deep Cerise

📋 copy color: '#D13C8D'

red 209 ◦ green 60 ◦ blue 141

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

Shades of Deep Cerise #D13C8D

Tints of Deep Cerise #D13C8D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.63%

 BLUE value IS 141 (55.47% from 255) = 34.39%

R = 50.98%
G = 14.63%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D13C8D (or 0xD13C8D) is known color: Deep Cerise. HEX triplet: D1, 3C and 8D. RGB value is (209,60,141). Sum of RGB (Red+Green+Blue) = 209+60+141=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13C8D is #2EC372. Grayscale: #717171. Windows color (decimal): -3064691 or 9256145. OLE color: 9256145.

HSL color Cylindrical-coordinate representation of color #D13C8D: hue angle of 327.38º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13C8D is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 60 141 -
CMYK 0 0.71 0.33 0.18
HSL 327.38º 0.62% 0.53% -
HSV(B) 327.38º 0.71% 0.82% -
XYZ 32.72 18.71 27.09 -
YUV 113.79 143.36 195.91 -
System Red Green Blue C M Y K H S L
Decimal 209 60 141 0 0.71 0.33 0.18 327.38 0.62 0.53
Hex D1 3C 8D 0 47 21 12 147 3E 35
Octal 321 74 215 0 107 41 22 507 76 65
Binary 11010001 111100 10001101 0 1000111 100001 10010 101000111 111110 110101

Color Harmonies of #D13C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C8D

Black with #D13C8D

Text Example


Text Example

White with #D13C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C8D; }

 p { color: rgb(209,60,141); }

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

background-color css

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

 a { background-color: rgb(209,60,141); }

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

border-color css

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

 span { border-color: rgb(209,60,141); }

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