Html Css Color HEX #D0294E Old Rose

📋 copy color: '#D0294E'

red 208 ◦ green 41 ◦ blue 78

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

Shades of Old Rose #D0294E

Tints of Old Rose #D0294E

RGB

 RED value IS 208 (81.64% from 255) = 63.61%

 GREEN value IS 41 (16.41% from 255) = 12.54%

 BLUE value IS 78 (30.86% from 255) = 23.85%

R = 63.61%
G = 12.54%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0294E (or 0xD0294E) is known color: Old Rose. HEX triplet: D0, 29 and 4E. RGB value is (208,41,78). Sum of RGB (Red+Green+Blue) = 208+41+78=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D0294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0294E is #2FD6B1. Grayscale: #5F5F5F. Windows color (decimal): -3135154 or 5122512. OLE color: 5122512.

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

Color convert

RGB 208 41 78 -
CMYK 0 0.80 0.62 0.18
HSL 346.71º 0.67% 0.49% -
HSV(B) 346.71º 0.8% 0.82% -
XYZ 28.18 15.55 8.72 -
YUV 95.15 118.33 208.49 -
System Red Green Blue C M Y K H S L
Decimal 208 41 78 0 0.80 0.62 0.18 346.71 0.67 0.49
Hex D0 29 4E 0 50 3E 12 15B 43 31
Octal 320 51 116 0 120 76 22 533 103 61
Binary 11010000 101001 1001110 0 1010000 111110 10010 101011011 1000011 110001

Color Harmonies of #D0294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0294E

Black with #D0294E

Text Example


Text Example

White with #D0294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0294E; }

 p { color: rgb(208,41,78); }

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

background-color css

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

 a { background-color: rgb(208,41,78); }

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

border-color css

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

 span { border-color: rgb(208,41,78); }

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