Html Css Color HEX #D03354 Old Rose

📋 copy color: '#D03354'

red 208 ◦ green 51 ◦ blue 84

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

Shades of Old Rose #D03354

Tints of Old Rose #D03354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.49%

R = 60.64%
G = 14.87%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D03354 (or 0xD03354) is known color: Old Rose. HEX triplet: D0, 33 and 54. RGB value is (208,51,84). Sum of RGB (Red+Green+Blue) = 208+51+84=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D03354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03354 is #2FCCAB. Grayscale: #656565. Windows color (decimal): -3132588 or 5518288. OLE color: 5518288.

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

Color convert

RGB 208 51 84 -
CMYK 0 0.75 0.60 0.18
HSL 347.39º 0.63% 0.51% -
HSV(B) 347.39º 0.75% 0.82% -
XYZ 28.8 16.42 10.04 -
YUV 101.71 118.01 203.82 -
System Red Green Blue C M Y K H S L
Decimal 208 51 84 0 0.75 0.60 0.18 347.39 0.63 0.51
Hex D0 33 54 0 4B 3C 12 15B 3F 33
Octal 320 63 124 0 113 74 22 533 77 63
Binary 11010000 110011 1010100 0 1001011 111100 10010 101011011 111111 110011

Color Harmonies of #D03354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03354

Black with #D03354

Text Example


Text Example

White with #D03354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03354; }

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

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

background-color css

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

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

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

border-color css

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

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

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