Html Css Color HEX #D13A53 Old Rose

📋 copy color: '#D13A53'

red 209 ◦ green 58 ◦ blue 83

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

Shades of Old Rose #D13A53

Tints of Old Rose #D13A53

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.57%

 BLUE value IS 83 (32.81% from 255) = 23.71%

R = 59.71%
G = 16.57%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D13A53 (or 0xD13A53) is known color: Old Rose. HEX triplet: D1, 3A and 53. RGB value is (209,58,83). Sum of RGB (Red+Green+Blue) = 209+58+83=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A53 is #2EC5AC. Grayscale: #6A6A6A. Windows color (decimal): -3065261 or 5454545. OLE color: 5454545.

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

Color convert

RGB 209 58 83 -
CMYK 0 0.72 0.60 0.18
HSL 350.07º 0.62% 0.52% -
HSV(B) 350.07º 0.72% 0.82% -
XYZ 29.37 17.21 9.96 -
YUV 106 115.03 201.47 -
System Red Green Blue C M Y K H S L
Decimal 209 58 83 0 0.72 0.60 0.18 350.07 0.62 0.52
Hex D1 3A 53 0 48 3C 12 15E 3E 34
Octal 321 72 123 0 110 74 22 536 76 64
Binary 11010001 111010 1010011 0 1001000 111100 10010 101011110 111110 110100

Color Harmonies of #D13A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A53

Black with #D13A53

Text Example


Text Example

White with #D13A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A53; }

 p { color: rgb(209,58,83); }

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

background-color css

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

 a { background-color: rgb(209,58,83); }

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

border-color css

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

 span { border-color: rgb(209,58,83); }

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