Html Css Color HEX #D12753 Old Rose

📋 copy color: '#D12753'

red 209 ◦ green 39 ◦ blue 83

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

Shades of Old Rose #D12753

Tints of Old Rose #D12753

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.78%

 BLUE value IS 83 (32.81% from 255) = 25.08%

R = 63.14%
G = 11.78%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D12753 (or 0xD12753) is known color: Old Rose. HEX triplet: D1, 27 and 53. RGB value is (209,39,83). Sum of RGB (Red+Green+Blue) = 209+39+83=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D12753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12753 is #2ED8AC. Grayscale: #5E5E5E. Windows color (decimal): -3070125 or 5449681. OLE color: 5449681.

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

Color convert

RGB 209 39 83 -
CMYK 0 0.81 0.60 0.18
HSL 344.47º 0.69% 0.49% -
HSV(B) 344.47º 0.81% 0.82% -
XYZ 28.58 15.63 9.69 -
YUV 94.85 121.32 209.42 -
System Red Green Blue C M Y K H S L
Decimal 209 39 83 0 0.81 0.60 0.18 344.47 0.69 0.49
Hex D1 27 53 0 51 3C 12 158 45 31
Octal 321 47 123 0 121 74 22 530 105 61
Binary 11010001 100111 1010011 0 1010001 111100 10010 101011000 1000101 110001

Color Harmonies of #D12753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12753

Black with #D12753

Text Example


Text Example

White with #D12753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12753; }

 p { color: rgb(209,39,83); }

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

background-color css

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

 a { background-color: rgb(209,39,83); }

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

border-color css

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

 span { border-color: rgb(209,39,83); }

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