Html Css Color HEX #D13B8A Deep Cerise

📋 copy color: '#D13B8A'

red 209 ◦ green 59 ◦ blue 138

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

Shades of Deep Cerise #D13B8A

Tints of Deep Cerise #D13B8A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.53%

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

R = 51.48%
G = 14.53%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D13B8A (or 0xD13B8A) is known color: Deep Cerise. HEX triplet: D1, 3B and 8A. RGB value is (209,59,138). Sum of RGB (Red+Green+Blue) = 209+59+138=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13B8A is #2EC475. Grayscale: #707070. Windows color (decimal): -3064950 or 9059281. OLE color: 9059281.

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

Color convert

RGB 209 59 138 -
CMYK 0 0.72 0.34 0.18
HSL 328.4º 0.62% 0.53% -
HSV(B) 328.4º 0.72% 0.82% -
XYZ 32.45 18.52 25.91 -
YUV 112.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 209 59 138 0 0.72 0.34 0.18 328.4 0.62 0.53
Hex D1 3B 8A 0 48 22 12 148 3E 35
Octal 321 73 212 0 110 42 22 510 76 65
Binary 11010001 111011 10001010 0 1001000 100010 10010 101001000 111110 110101

Color Harmonies of #D13B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13B8A

Black with #D13B8A

Text Example


Text Example

White with #D13B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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