Html Css Color HEX #D12650 Old Rose

📋 copy color: '#D12650'

red 209 ◦ green 38 ◦ blue 80

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

Shades of Old Rose #D12650

Tints of Old Rose #D12650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.62%

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

R = 63.91%
G = 11.62%
B = 24.46%

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

#D12650 (or 0xD12650) is known color: Old Rose. HEX triplet: D1, 26 and 50. RGB value is (209,38,80). Sum of RGB (Red+Green+Blue) = 209+38+80=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D12650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12650 is #2ED9AF. Grayscale: #5D5D5D. Windows color (decimal): -3070384 or 5252817. OLE color: 5252817.

HSL color Cylindrical-coordinate representation of color #D12650: hue angle of 345.26º degrees, saturation: 0.69, 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 #D12650 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 38 80 -
CMYK 0 0.82 0.62 0.18
HSL 345.26º 0.69% 0.48% -
HSV(B) 345.26º 0.82% 0.82% -
XYZ 28.44 15.52 9.09 -
YUV 93.92 120.15 210.08 -
System Red Green Blue C M Y K H S L
Decimal 209 38 80 0 0.82 0.62 0.18 345.26 0.69 0.48
Hex D1 26 50 0 52 3E 12 159 45 30
Octal 321 46 120 0 122 76 22 531 105 60
Binary 11010001 100110 1010000 0 1010010 111110 10010 101011001 1000101 110000

Color Harmonies of #D12650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12650

Black with #D12650

Text Example


Text Example

White with #D12650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12650; }

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

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

background-color css

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

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

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

border-color css

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

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

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