Html Css Color HEX #D13B9C Deep Cerise

📋 copy color: '#D13B9C'

red 209 ◦ green 59 ◦ blue 156

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

Shades of Deep Cerise #D13B9C

Tints of Deep Cerise #D13B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.79%

R = 49.29%
G = 13.92%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D13B9C (or 0xD13B9C) is known color: Deep Cerise. HEX triplet: D1, 3B and 9C. RGB value is (209,59,156). Sum of RGB (Red+Green+Blue) = 209+59+156=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13B9C is #2EC463. Grayscale: #727272. Windows color (decimal): -3064932 or 10238929. OLE color: 10238929.

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

Color convert

RGB 209 59 156 -
CMYK 0 0.72 0.25 0.18
HSL 321.2º 0.62% 0.53% -
HSV(B) 321.2º 0.72% 0.82% -
XYZ 33.86 19.08 33.35 -
YUV 114.91 151.2 195.11 -
System Red Green Blue C M Y K H S L
Decimal 209 59 156 0 0.72 0.25 0.18 321.2 0.62 0.53
Hex D1 3B 9C 0 48 19 12 141 3E 35
Octal 321 73 234 0 110 31 22 501 76 65
Binary 11010001 111011 10011100 0 1001000 11001 10010 101000001 111110 110101

Color Harmonies of #D13B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13B9C

Black with #D13B9C

Text Example


Text Example

White with #D13B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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