Html Css Color HEX #D0464F Mandy

📋 copy color: '#D0464F'

red 208 ◦ green 70 ◦ blue 79

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

Shades of Mandy #D0464F

Tints of Mandy #D0464F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.61%

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

R = 58.26%
G = 19.61%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0464F (or 0xD0464F) is known color: Mandy. HEX triplet: D0, 46 and 4F. RGB value is (208,70,79). Sum of RGB (Red+Green+Blue) = 208+70+79=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D0464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0464F is #2FB9B0. Grayscale: #707070. Windows color (decimal): -3127729 or 5195472. OLE color: 5195472.

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

Color convert

RGB 208 70 79 -
CMYK 0 0.66 0.62 0.18
HSL 356.09º 0.59% 0.55% -
HSV(B) 356.09º 0.66% 0.82% -
XYZ 29.61 18.35 9.38 -
YUV 112.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 208 70 79 0 0.66 0.62 0.18 356.09 0.59 0.55
Hex D0 46 4F 0 42 3E 12 164 3B 37
Octal 320 106 117 0 102 76 22 544 73 67
Binary 11010000 1000110 1001111 0 1000010 111110 10010 101100100 111011 110111

Color Harmonies of #D0464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0464F

Black with #D0464F

Text Example


Text Example

White with #D0464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0464F; }

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

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

background-color css

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

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

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

border-color css

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

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

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