Html Css Color HEX #D2434C Mandy

📋 copy color: '#D2434C'

red 210 ◦ green 67 ◦ blue 76

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

Shades of Mandy #D2434C

Tints of Mandy #D2434C

RGB

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

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

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

R = 59.49%
G = 18.98%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2434C (or 0xD2434C) is known color: Mandy. HEX triplet: D2, 43 and 4C. RGB value is (210,67,76). Sum of RGB (Red+Green+Blue) = 210+67+76=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2434C is #2DBCB3. Grayscale: #6E6E6E. Windows color (decimal): -2997428 or 4998098. OLE color: 4998098.

HSL color Cylindrical-coordinate representation of color #D2434C: hue angle of 356.22º degrees, saturation: 0.61, 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 #D2434C is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 67 76 -
CMYK 0 0.68 0.64 0.18
HSL 356.22º 0.61% 0.54% -
HSV(B) 356.22º 0.68% 0.82% -
XYZ 29.89 18.24 8.78 -
YUV 110.78 108.38 198.77 -
System Red Green Blue C M Y K H S L
Decimal 210 67 76 0 0.68 0.64 0.18 356.22 0.61 0.54
Hex D2 43 4C 0 44 40 12 164 3D 36
Octal 322 103 114 0 104 100 22 544 75 66
Binary 11010010 1000011 1001100 0 1000100 1000000 10010 101100100 111101 110110

Color Harmonies of #D2434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2434C

Black with #D2434C

Text Example


Text Example

White with #D2434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2434C; }

 p { color: rgb(210,67,76); }

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

background-color css

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

 a { background-color: rgb(210,67,76); }

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

border-color css

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

 span { border-color: rgb(210,67,76); }

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