Html Css Color HEX #D13C8C Deep Cerise

📋 copy color: '#D13C8C'

red 209 ◦ green 60 ◦ blue 140

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

Shades of Deep Cerise #D13C8C

Tints of Deep Cerise #D13C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 51.1%
G = 14.67%
B = 34.23%

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

#D13C8C (or 0xD13C8C) is known color: Deep Cerise. HEX triplet: D1, 3C and 8C. RGB value is (209,60,140). Sum of RGB (Red+Green+Blue) = 209+60+140=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13C8C is #2EC373. Grayscale: #717171. Windows color (decimal): -3064692 or 9190609. OLE color: 9190609.

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

Color convert

RGB 209 60 140 -
CMYK 0 0.71 0.33 0.18
HSL 327.79º 0.62% 0.53% -
HSV(B) 327.79º 0.71% 0.82% -
XYZ 32.64 18.68 26.7 -
YUV 113.67 142.86 196 -
System Red Green Blue C M Y K H S L
Decimal 209 60 140 0 0.71 0.33 0.18 327.79 0.62 0.53
Hex D1 3C 8C 0 47 21 12 148 3E 35
Octal 321 74 214 0 107 41 22 510 76 65
Binary 11010001 111100 10001100 0 1000111 100001 10010 101001000 111110 110101

Color Harmonies of #D13C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C8C

Black with #D13C8C

Text Example


Text Example

White with #D13C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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