Html Css Color HEX #D2434D Mandy

📋 copy color: '#D2434D'

red 210 ◦ green 67 ◦ blue 77

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

Shades of Mandy #D2434D

Tints of Mandy #D2434D

RGB

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

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

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

R = 59.32%
G = 18.93%
B = 21.75%

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

#D2434D (or 0xD2434D) is known color: Mandy. HEX triplet: D2, 43 and 4D. RGB value is (210,67,77). Sum of RGB (Red+Green+Blue) = 210+67+77=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2434D is #2DBCB2. Grayscale: #6F6F6F. Windows color (decimal): -2997427 or 5063634. OLE color: 5063634.

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

Color convert

RGB 210 67 77 -
CMYK 0 0.68 0.63 0.18
HSL 355.8º 0.61% 0.54% -
HSV(B) 355.8º 0.68% 0.82% -
XYZ 29.93 18.25 8.97 -
YUV 110.9 108.88 198.69 -
System Red Green Blue C M Y K H S L
Decimal 210 67 77 0 0.68 0.63 0.18 355.8 0.61 0.54
Hex D2 43 4D 0 44 3F 12 164 3D 36
Octal 322 103 115 0 104 77 22 544 75 66
Binary 11010010 1000011 1001101 0 1000100 111111 10010 101100100 111101 110110

Color Harmonies of #D2434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2434D

Black with #D2434D

Text Example


Text Example

White with #D2434D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2434D; }

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

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

background-color css

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

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

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

border-color css

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

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

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