Html Css Color HEX #D0264E Old Rose

📋 copy color: '#D0264E'

red 208 ◦ green 38 ◦ blue 78

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

Shades of Old Rose #D0264E

Tints of Old Rose #D0264E

RGB

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

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

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

R = 64.2%
G = 11.73%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0264E (or 0xD0264E) is known color: Old Rose. HEX triplet: D0, 26 and 4E. RGB value is (208,38,78). Sum of RGB (Red+Green+Blue) = 208+38+78=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D0264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0264E is #2FD9B1. Grayscale: #5D5D5D. Windows color (decimal): -3135922 or 5121744. OLE color: 5121744.

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

Color convert

RGB 208 38 78 -
CMYK 0 0.82 0.62 0.18
HSL 345.88º 0.69% 0.48% -
HSV(B) 345.88º 0.82% 0.82% -
XYZ 28.08 15.35 8.69 -
YUV 93.39 119.32 209.75 -
System Red Green Blue C M Y K H S L
Decimal 208 38 78 0 0.82 0.62 0.18 345.88 0.69 0.48
Hex D0 26 4E 0 52 3E 12 15A 45 30
Octal 320 46 116 0 122 76 22 532 105 60
Binary 11010000 100110 1001110 0 1010010 111110 10010 101011010 1000101 110000

Color Harmonies of #D0264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0264E

Black with #D0264E

Text Example


Text Example

White with #D0264E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0264E; }

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

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

background-color css

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

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

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

border-color css

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

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

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