Html Css Color HEX #D12653 Old Rose

📋 copy color: '#D12653'

red 209 ◦ green 38 ◦ blue 83

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

Shades of Old Rose #D12653

Tints of Old Rose #D12653

RGB

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

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

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

R = 63.33%
G = 11.52%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D12653 (or 0xD12653) is known color: Old Rose. HEX triplet: D1, 26 and 53. RGB value is (209,38,83). Sum of RGB (Red+Green+Blue) = 209+38+83=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D12653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12653 is #2ED9AC. Grayscale: #5E5E5E. Windows color (decimal): -3070381 or 5449425. OLE color: 5449425.

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

Color convert

RGB 209 38 83 -
CMYK 0 0.82 0.60 0.18
HSL 344.21º 0.69% 0.48% -
HSV(B) 344.21º 0.82% 0.82% -
XYZ 28.55 15.57 9.68 -
YUV 94.26 121.65 209.84 -
System Red Green Blue C M Y K H S L
Decimal 209 38 83 0 0.82 0.60 0.18 344.21 0.69 0.48
Hex D1 26 53 0 52 3C 12 158 45 30
Octal 321 46 123 0 122 74 22 530 105 60
Binary 11010001 100110 1010011 0 1010010 111100 10010 101011000 1000101 110000

Color Harmonies of #D12653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12653

Black with #D12653

Text Example


Text Example

White with #D12653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12653; }

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

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

background-color css

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

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

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

border-color css

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

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

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