Html Css Color HEX #D13C8A Deep Cerise

📋 copy color: '#D13C8A'

red 209 ◦ green 60 ◦ blue 138

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

Shades of Deep Cerise #D13C8A

Tints of Deep Cerise #D13C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 51.35%
G = 14.74%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D13C8A (or 0xD13C8A) is known color: Deep Cerise. HEX triplet: D1, 3C and 8A. RGB value is (209,60,138). Sum of RGB (Red+Green+Blue) = 209+60+138=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13C8A is #2EC375. Grayscale: #717171. Windows color (decimal): -3064694 or 9059537. OLE color: 9059537.

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

Color convert

RGB 209 60 138 -
CMYK 0 0.71 0.34 0.18
HSL 328.59º 0.62% 0.53% -
HSV(B) 328.59º 0.71% 0.82% -
XYZ 32.5 18.62 25.93 -
YUV 113.44 141.86 196.16 -
System Red Green Blue C M Y K H S L
Decimal 209 60 138 0 0.71 0.34 0.18 328.59 0.62 0.53
Hex D1 3C 8A 0 47 22 12 149 3E 35
Octal 321 74 212 0 107 42 22 511 76 65
Binary 11010001 111100 10001010 0 1000111 100010 10010 101001001 111110 110101

Color Harmonies of #D13C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C8A

Black with #D13C8A

Text Example


Text Example

White with #D13C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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