Html Css Color HEX #D13054 Old Rose

📋 copy color: '#D13054'

red 209 ◦ green 48 ◦ blue 84

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

Shades of Old Rose #D13054

Tints of Old Rose #D13054

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.08%

 BLUE value IS 84 (33.2% from 255) = 24.63%

R = 61.29%
G = 14.08%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D13054 (or 0xD13054) is known color: Old Rose. HEX triplet: D1, 30 and 54. RGB value is (209,48,84). Sum of RGB (Red+Green+Blue) = 209+48+84=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D13054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13054 is #2ECFAB. Grayscale: #646464. Windows color (decimal): -3067820 or 5517521. OLE color: 5517521.

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

Color convert

RGB 209 48 84 -
CMYK 0 0.77 0.60 0.18
HSL 346.58º 0.64% 0.5% -
HSV(B) 346.58º 0.77% 0.82% -
XYZ 28.95 16.31 10.01 -
YUV 100.24 118.84 205.57 -
System Red Green Blue C M Y K H S L
Decimal 209 48 84 0 0.77 0.60 0.18 346.58 0.64 0.5
Hex D1 30 54 0 4D 3C 12 15B 40 32
Octal 321 60 124 0 115 74 22 533 100 62
Binary 11010001 110000 1010100 0 1001101 111100 10010 101011011 1000000 110010

Color Harmonies of #D13054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13054

Black with #D13054

Text Example


Text Example

White with #D13054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13054; }

 p { color: rgb(209,48,84); }

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

background-color css

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

 a { background-color: rgb(209,48,84); }

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

border-color css

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

 span { border-color: rgb(209,48,84); }

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