Html Css Color HEX #D12550 Old Rose

📋 copy color: '#D12550'

red 209 ◦ green 37 ◦ blue 80

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

Shades of Old Rose #D12550

Tints of Old Rose #D12550

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.35%

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

R = 64.11%
G = 11.35%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D12550 (or 0xD12550) is known color: Old Rose. HEX triplet: D1, 25 and 50. RGB value is (209,37,80). Sum of RGB (Red+Green+Blue) = 209+37+80=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D12550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12550 is #2EDAAF. Grayscale: #5D5D5D. Windows color (decimal): -3070640 or 5252561. OLE color: 5252561.

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

Color convert

RGB 209 37 80 -
CMYK 0 0.82 0.62 0.18
HSL 345º 0.7% 0.48% -
HSV(B) 345º 0.82% 0.82% -
XYZ 28.4 15.46 9.08 -
YUV 93.33 120.48 210.5 -
System Red Green Blue C M Y K H S L
Decimal 209 37 80 0 0.82 0.62 0.18 345 0.7 0.48
Hex D1 25 50 0 52 3E 12 159 46 30
Octal 321 45 120 0 122 76 22 531 106 60
Binary 11010001 100101 1010000 0 1010010 111110 10010 101011001 1000110 110000

Color Harmonies of #D12550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12550

Black with #D12550

Text Example


Text Example

White with #D12550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12550; }

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

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

background-color css

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

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

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

border-color css

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

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

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