Html Css Color HEX #D0284E Old Rose

📋 copy color: '#D0284E'

red 208 ◦ green 40 ◦ blue 78

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

Shades of Old Rose #D0284E

Tints of Old Rose #D0284E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.27%

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

R = 63.8%
G = 12.27%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0284E (or 0xD0284E) is known color: Old Rose. HEX triplet: D0, 28 and 4E. RGB value is (208,40,78). Sum of RGB (Red+Green+Blue) = 208+40+78=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D0284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0284E is #2FD7B1. Grayscale: #5E5E5E. Windows color (decimal): -3135410 or 5122256. OLE color: 5122256.

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

Color convert

RGB 208 40 78 -
CMYK 0 0.81 0.62 0.18
HSL 346.43º 0.68% 0.49% -
HSV(B) 346.43º 0.81% 0.82% -
XYZ 28.15 15.48 8.71 -
YUV 94.56 118.66 208.91 -
System Red Green Blue C M Y K H S L
Decimal 208 40 78 0 0.81 0.62 0.18 346.43 0.68 0.49
Hex D0 28 4E 0 51 3E 12 15A 44 31
Octal 320 50 116 0 121 76 22 532 104 61
Binary 11010000 101000 1001110 0 1010001 111110 10010 101011010 1000100 110001

Color Harmonies of #D0284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0284E

Black with #D0284E

Text Example


Text Example

White with #D0284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0284E; }

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

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

background-color css

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

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

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

border-color css

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

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

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