Html Css Color HEX #D0224E Old Rose

📋 copy color: '#D0224E'

red 208 ◦ green 34 ◦ blue 78

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

Shades of Old Rose #D0224E

Tints of Old Rose #D0224E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.63%

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

R = 65%
G = 10.63%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0224E (or 0xD0224E) is known color: Old Rose. HEX triplet: D0, 22 and 4E. RGB value is (208,34,78). Sum of RGB (Red+Green+Blue) = 208+34+78=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D0224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0224E is #2FDDB1. Grayscale: #5B5B5B. Windows color (decimal): -3136946 or 5120720. OLE color: 5120720.

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

Color convert

RGB 208 34 78 -
CMYK 0 0.84 0.62 0.18
HSL 344.83º 0.72% 0.47% -
HSV(B) 344.83º 0.84% 0.82% -
XYZ 27.96 15.1 8.65 -
YUV 91.04 120.65 211.42 -
System Red Green Blue C M Y K H S L
Decimal 208 34 78 0 0.84 0.62 0.18 344.83 0.72 0.47
Hex D0 22 4E 0 54 3E 12 159 48 2F
Octal 320 42 116 0 124 76 22 531 110 57
Binary 11010000 100010 1001110 0 1010100 111110 10010 101011001 1001000 101111

Color Harmonies of #D0224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0224E

Black with #D0224E

Text Example


Text Example

White with #D0224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0224E; }

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

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

background-color css

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

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

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

border-color css

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

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

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