Html Css Color HEX #D0274E Old Rose

📋 copy color: '#D0274E'

red 208 ◦ green 39 ◦ blue 78

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

Shades of Old Rose #D0274E

Tints of Old Rose #D0274E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12%

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

R = 64%
G = 12%
B = 24%

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

#D0274E (or 0xD0274E) is known color: Old Rose. HEX triplet: D0, 27 and 4E. RGB value is (208,39,78). Sum of RGB (Red+Green+Blue) = 208+39+78=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D0274E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0274E is #2FD8B1. Grayscale: #5D5D5D. Windows color (decimal): -3135666 or 5122000. OLE color: 5122000.

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

Color convert

RGB 208 39 78 -
CMYK 0 0.81 0.62 0.18
HSL 346.15º 0.68% 0.48% -
HSV(B) 346.15º 0.81% 0.82% -
XYZ 28.11 15.41 8.7 -
YUV 93.98 118.99 209.33 -
System Red Green Blue C M Y K H S L
Decimal 208 39 78 0 0.81 0.62 0.18 346.15 0.68 0.48
Hex D0 27 4E 0 51 3E 12 15A 44 30
Octal 320 47 116 0 121 76 22 532 104 60
Binary 11010000 100111 1001110 0 1010001 111110 10010 101011010 1000100 110000

Color Harmonies of #D0274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0274E

Black with #D0274E

Text Example


Text Example

White with #D0274E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0274E; }

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

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

background-color css

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

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

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

border-color css

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

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

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