Html Css Color HEX #D13B7C Deep Cerise

📋 copy color: '#D13B7C'

red 209 ◦ green 59 ◦ blue 124

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

Shades of Deep Cerise #D13B7C

Tints of Deep Cerise #D13B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 53.32%
G = 15.05%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D13B7C (or 0xD13B7C) is known color: Deep Cerise. HEX triplet: D1, 3B and 7C. RGB value is (209,59,124). Sum of RGB (Red+Green+Blue) = 209+59+124=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13B7C is #2EC483. Grayscale: #6F6F6F. Windows color (decimal): -3064964 or 8141777. OLE color: 8141777.

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

Color convert

RGB 209 59 124 -
CMYK 0 0.72 0.41 0.18
HSL 334º 0.62% 0.53% -
HSV(B) 334º 0.72% 0.82% -
XYZ 31.5 18.14 20.91 -
YUV 111.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 209 59 124 0 0.72 0.41 0.18 334 0.62 0.53
Hex D1 3B 7C 0 48 29 12 14E 3E 35
Octal 321 73 174 0 110 51 22 516 76 65
Binary 11010001 111011 1111100 0 1001000 101001 10010 101001110 111110 110101

Color Harmonies of #D13B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13B7C

Black with #D13B7C

Text Example


Text Example

White with #D13B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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