Html Css Color HEX #D13254 Old Rose

📋 copy color: '#D13254'

red 209 ◦ green 50 ◦ blue 84

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

Shades of Old Rose #D13254

Tints of Old Rose #D13254

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.58%

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

R = 60.93%
G = 14.58%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D13254 (or 0xD13254) is known color: Old Rose. HEX triplet: D1, 32 and 54. RGB value is (209,50,84). Sum of RGB (Red+Green+Blue) = 209+50+84=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D13254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13254 is #2ECDAB. Grayscale: #656565. Windows color (decimal): -3067308 or 5518033. OLE color: 5518033.

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

Color convert

RGB 209 50 84 -
CMYK 0 0.76 0.60 0.18
HSL 347.17º 0.63% 0.51% -
HSV(B) 347.17º 0.76% 0.82% -
XYZ 29.04 16.48 10.04 -
YUV 101.42 118.18 204.74 -
System Red Green Blue C M Y K H S L
Decimal 209 50 84 0 0.76 0.60 0.18 347.17 0.63 0.51
Hex D1 32 54 0 4C 3C 12 15B 3F 33
Octal 321 62 124 0 114 74 22 533 77 63
Binary 11010001 110010 1010100 0 1001100 111100 10010 101011011 111111 110011

Color Harmonies of #D13254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13254

Black with #D13254

Text Example


Text Example

White with #D13254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13254; }

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

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

background-color css

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

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

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

border-color css

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

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

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