Html Css Color HEX #D13154 Old Rose

📋 copy color: '#D13154'

red 209 ◦ green 49 ◦ blue 84

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

Shades of Old Rose #D13154

Tints of Old Rose #D13154

RGB

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

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

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

R = 61.11%
G = 14.33%
B = 24.56%

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

#D13154 (or 0xD13154) is known color: Old Rose. HEX triplet: D1, 31 and 54. RGB value is (209,49,84). Sum of RGB (Red+Green+Blue) = 209+49+84=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D13154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13154 is #2ECEAB. Grayscale: #646464. Windows color (decimal): -3067564 or 5517777. OLE color: 5517777.

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

Color convert

RGB 209 49 84 -
CMYK 0 0.77 0.60 0.18
HSL 346.88º 0.63% 0.51% -
HSV(B) 346.88º 0.77% 0.82% -
XYZ 28.99 16.39 10.02 -
YUV 100.83 118.51 205.15 -
System Red Green Blue C M Y K H S L
Decimal 209 49 84 0 0.77 0.60 0.18 346.88 0.63 0.51
Hex D1 31 54 0 4D 3C 12 15B 3F 33
Octal 321 61 124 0 115 74 22 533 77 63
Binary 11010001 110001 1010100 0 1001101 111100 10010 101011011 111111 110011

Color Harmonies of #D13154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13154

Black with #D13154

Text Example


Text Example

White with #D13154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13154; }

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

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

background-color css

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

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

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

border-color css

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

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

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