Html Css Color HEX #D23150 Old Rose

📋 copy color: '#D23150'

red 210 ◦ green 49 ◦ blue 80

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

Shades of Old Rose #D23150

Tints of Old Rose #D23150

RGB

 RED value IS 210 (82.42% from 255) = 61.95%

 GREEN value IS 49 (19.53% from 255) = 14.45%

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

R = 61.95%
G = 14.45%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D23150 (or 0xD23150) is known color: Old Rose. HEX triplet: D2, 31 and 50. RGB value is (210,49,80). Sum of RGB (Red+Green+Blue) = 210+49+80=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D23150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23150 is #2DCEAF. Grayscale: #646464. Windows color (decimal): -3002032 or 5255634. OLE color: 5255634.

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

Color convert

RGB 210 49 80 -
CMYK 0 0.77 0.62 0.18
HSL 348.45º 0.64% 0.51% -
HSV(B) 348.45º 0.77% 0.82% -
XYZ 29.12 16.48 9.23 -
YUV 100.67 116.34 205.98 -
System Red Green Blue C M Y K H S L
Decimal 210 49 80 0 0.77 0.62 0.18 348.45 0.64 0.51
Hex D2 31 50 0 4D 3E 12 15C 40 33
Octal 322 61 120 0 115 76 22 534 100 63
Binary 11010010 110001 1010000 0 1001101 111110 10010 101011100 1000000 110011

Color Harmonies of #D23150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23150

Black with #D23150

Text Example


Text Example

White with #D23150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23150; }

 p { color: rgb(210,49,80); }

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

background-color css

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

 a { background-color: rgb(210,49,80); }

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

border-color css

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

 span { border-color: rgb(210,49,80); }

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