Html Css Color HEX #D0214F Old Rose

📋 copy color: '#D0214F'

red 208 ◦ green 33 ◦ blue 79

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

Shades of Old Rose #D0214F

Tints of Old Rose #D0214F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.31%

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

R = 65%
G = 10.31%
B = 24.69%

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

#D0214F (or 0xD0214F) is known color: Old Rose. HEX triplet: D0, 21 and 4F. RGB value is (208,33,79). Sum of RGB (Red+Green+Blue) = 208+33+79=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D0214F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0214F is #2FDEB0. Grayscale: #5A5A5A. Windows color (decimal): -3137201 or 5186000. OLE color: 5186000.

HSL color Cylindrical-coordinate representation of color #D0214F: hue angle of 344.23º degrees, saturation: 0.73, 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 #D0214F is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 33 79 -
CMYK 0 0.84 0.62 0.18
HSL 344.23º 0.73% 0.47% -
HSV(B) 344.23º 0.84% 0.82% -
XYZ 27.97 15.06 8.83 -
YUV 90.57 121.48 211.76 -
System Red Green Blue C M Y K H S L
Decimal 208 33 79 0 0.84 0.62 0.18 344.23 0.73 0.47
Hex D0 21 4F 0 54 3E 12 158 49 2F
Octal 320 41 117 0 124 76 22 530 111 57
Binary 11010000 100001 1001111 0 1010100 111110 10010 101011000 1001001 101111

Color Harmonies of #D0214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0214F

Black with #D0214F

Text Example


Text Example

White with #D0214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0214F; }

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

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

background-color css

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

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

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

border-color css

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

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

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