Html Css Color HEX #D2304F Old Rose

📋 copy color: '#D2304F'

red 210 ◦ green 48 ◦ blue 79

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

Shades of Old Rose #D2304F

Tints of Old Rose #D2304F

RGB

 RED value IS 210 (82.42% from 255) = 62.31%

 GREEN value IS 48 (19.14% from 255) = 14.24%

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

R = 62.31%
G = 14.24%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2304F (or 0xD2304F) is known color: Old Rose. HEX triplet: D2, 30 and 4F. RGB value is (210,48,79). Sum of RGB (Red+Green+Blue) = 210+48+79=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D2304F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2304F is #2DCFB0. Grayscale: #646464. Windows color (decimal): -3002289 or 5189842. OLE color: 5189842.

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

Color convert

RGB 210 48 79 -
CMYK 0 0.77 0.62 0.18
HSL 348.52º 0.64% 0.51% -
HSV(B) 348.52º 0.77% 0.82% -
XYZ 29.05 16.38 9.03 -
YUV 99.97 116.17 206.48 -
System Red Green Blue C M Y K H S L
Decimal 210 48 79 0 0.77 0.62 0.18 348.52 0.64 0.51
Hex D2 30 4F 0 4D 3E 12 15D 40 33
Octal 322 60 117 0 115 76 22 535 100 63
Binary 11010010 110000 1001111 0 1001101 111110 10010 101011101 1000000 110011

Color Harmonies of #D2304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2304F

Black with #D2304F

Text Example


Text Example

White with #D2304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2304F; }

 p { color: rgb(210,48,79); }

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

background-color css

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

 a { background-color: rgb(210,48,79); }

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

border-color css

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

 span { border-color: rgb(210,48,79); }

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