Html Css Color HEX #D13150 Old Rose

📋 copy color: '#D13150'

red 209 ◦ green 49 ◦ blue 80

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

Shades of Old Rose #D13150

Tints of Old Rose #D13150

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.5%

 BLUE value IS 80 (31.64% from 255) = 23.67%

R = 61.83%
G = 14.5%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D13150 (or 0xD13150) is known color: Old Rose. HEX triplet: D1, 31 and 50. RGB value is (209,49,80). Sum of RGB (Red+Green+Blue) = 209+49+80=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D13150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13150 is #2ECEAF. Grayscale: #646464. Windows color (decimal): -3067568 or 5255633. OLE color: 5255633.

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

Color convert

RGB 209 49 80 -
CMYK 0 0.77 0.62 0.18
HSL 348.38º 0.63% 0.51% -
HSV(B) 348.38º 0.77% 0.82% -
XYZ 28.84 16.33 9.22 -
YUV 100.37 116.51 205.48 -
System Red Green Blue C M Y K H S L
Decimal 209 49 80 0 0.77 0.62 0.18 348.38 0.63 0.51
Hex D1 31 50 0 4D 3E 12 15C 3F 33
Octal 321 61 120 0 115 76 22 534 77 63
Binary 11010001 110001 1010000 0 1001101 111110 10010 101011100 111111 110011

Color Harmonies of #D13150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13150

Black with #D13150

Text Example


Text Example

White with #D13150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13150; }

 p { color: rgb(209,49,80); }

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

background-color css

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

 a { background-color: rgb(209,49,80); }

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

border-color css

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

 span { border-color: rgb(209,49,80); }

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