Html Css Color HEX #D0434D Mandy

📋 copy color: '#D0434D'

red 208 ◦ green 67 ◦ blue 77

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

Shades of Mandy #D0434D

Tints of Mandy #D0434D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.03%

 BLUE value IS 77 (30.47% from 255) = 21.88%

R = 59.09%
G = 19.03%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0434D (or 0xD0434D) is known color: Mandy. HEX triplet: D0, 43 and 4D. RGB value is (208,67,77). Sum of RGB (Red+Green+Blue) = 208+67+77=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0434D is #2FBCB2. Grayscale: #6E6E6E. Windows color (decimal): -3128499 or 5063632. OLE color: 5063632.

HSL color Cylindrical-coordinate representation of color #D0434D: hue angle of 355.74º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0434D is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 67 77 -
CMYK 0 0.68 0.63 0.18
HSL 355.74º 0.6% 0.54% -
HSV(B) 355.74º 0.68% 0.82% -
XYZ 29.36 17.96 8.94 -
YUV 110.3 109.21 197.69 -
System Red Green Blue C M Y K H S L
Decimal 208 67 77 0 0.68 0.63 0.18 355.74 0.6 0.54
Hex D0 43 4D 0 44 3F 12 164 3C 36
Octal 320 103 115 0 104 77 22 544 74 66
Binary 11010000 1000011 1001101 0 1000100 111111 10010 101100100 111100 110110

Color Harmonies of #D0434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0434D

Black with #D0434D

Text Example


Text Example

White with #D0434D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0434D; }

 p { color: rgb(208,67,77); }

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

background-color css

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

 a { background-color: rgb(208,67,77); }

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

border-color css

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

 span { border-color: rgb(208,67,77); }

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