Html Css Color HEX #D2434E Mandy

📋 copy color: '#D2434E'

red 210 ◦ green 67 ◦ blue 78

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

Shades of Mandy #D2434E

Tints of Mandy #D2434E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.97%

R = 59.15%
G = 18.87%
B = 21.97%

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

#D2434E (or 0xD2434E) is known color: Mandy. HEX triplet: D2, 43 and 4E. RGB value is (210,67,78). Sum of RGB (Red+Green+Blue) = 210+67+78=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2434E is #2DBCB1. Grayscale: #6F6F6F. Windows color (decimal): -2997426 or 5129170. OLE color: 5129170.

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

Color convert

RGB 210 67 78 -
CMYK 0 0.68 0.63 0.18
HSL 355.38º 0.61% 0.54% -
HSV(B) 355.38º 0.68% 0.82% -
XYZ 29.96 18.27 9.15 -
YUV 111.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 210 67 78 0 0.68 0.63 0.18 355.38 0.61 0.54
Hex D2 43 4E 0 44 3F 12 163 3D 36
Octal 322 103 116 0 104 77 22 543 75 66
Binary 11010010 1000011 1001110 0 1000100 111111 10010 101100011 111101 110110

Color Harmonies of #D2434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2434E

Black with #D2434E

Text Example


Text Example

White with #D2434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2434E; }

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

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

background-color css

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

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

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

border-color css

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

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

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