Html Css Color HEX #D0464C Mandy

📋 copy color: '#D0464C'

red 208 ◦ green 70 ◦ blue 76

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

Shades of Mandy #D0464C

Tints of Mandy #D0464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.47%

R = 58.76%
G = 19.77%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0464C (or 0xD0464C) is known color: Mandy. HEX triplet: D0, 46 and 4C. RGB value is (208,70,76). Sum of RGB (Red+Green+Blue) = 208+70+76=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0464C is #2FB9B3. Grayscale: #707070. Windows color (decimal): -3127732 or 4998864. OLE color: 4998864.

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

Color convert

RGB 208 70 76 -
CMYK 0 0.66 0.63 0.18
HSL 357.39º 0.59% 0.55% -
HSV(B) 357.39º 0.66% 0.82% -
XYZ 29.51 18.31 8.82 -
YUV 111.95 107.72 196.51 -
System Red Green Blue C M Y K H S L
Decimal 208 70 76 0 0.66 0.63 0.18 357.39 0.59 0.55
Hex D0 46 4C 0 42 3F 12 165 3B 37
Octal 320 106 114 0 102 77 22 545 73 67
Binary 11010000 1000110 1001100 0 1000010 111111 10010 101100101 111011 110111

Color Harmonies of #D0464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0464C

Black with #D0464C

Text Example


Text Example

White with #D0464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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