Html Css Color HEX #D0334F Old Rose

📋 copy color: '#D0334F'

red 208 ◦ green 51 ◦ blue 79

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

Shades of Old Rose #D0334F

Tints of Old Rose #D0334F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.09%

 BLUE value IS 79 (31.25% from 255) = 23.37%

R = 61.54%
G = 15.09%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0334F (or 0xD0334F) is known color: Old Rose. HEX triplet: D0, 33 and 4F. RGB value is (208,51,79). Sum of RGB (Red+Green+Blue) = 208+51+79=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D0334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0334F is #2FCCB0. Grayscale: #656565. Windows color (decimal): -3132593 or 5190608. OLE color: 5190608.

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

Color convert

RGB 208 51 79 -
CMYK 0 0.75 0.62 0.18
HSL 349.3º 0.63% 0.51% -
HSV(B) 349.3º 0.75% 0.82% -
XYZ 28.61 16.34 9.04 -
YUV 101.14 115.51 204.22 -
System Red Green Blue C M Y K H S L
Decimal 208 51 79 0 0.75 0.62 0.18 349.3 0.63 0.51
Hex D0 33 4F 0 4B 3E 12 15D 3F 33
Octal 320 63 117 0 113 76 22 535 77 63
Binary 11010000 110011 1001111 0 1001011 111110 10010 101011101 111111 110011

Color Harmonies of #D0334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0334F

Black with #D0334F

Text Example


Text Example

White with #D0334F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0334F; }

 p { color: rgb(208,51,79); }

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

background-color css

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

 a { background-color: rgb(208,51,79); }

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

border-color css

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

 span { border-color: rgb(208,51,79); }

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