Html Css Color HEX #D2434A Mandy

📋 copy color: '#D2434A'

red 210 ◦ green 67 ◦ blue 74

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

Shades of Mandy #D2434A

Tints of Mandy #D2434A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 59.83%
G = 19.09%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2434A (or 0xD2434A) is known color: Mandy. HEX triplet: D2, 43 and 4A. RGB value is (210,67,74). Sum of RGB (Red+Green+Blue) = 210+67+74=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D2434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2434A is #2DBCB5. Grayscale: #6E6E6E. Windows color (decimal): -2997430 or 4867026. OLE color: 4867026.

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

Color convert

RGB 210 67 74 -
CMYK 0 0.68 0.65 0.18
HSL 357.06º 0.61% 0.54% -
HSV(B) 357.06º 0.68% 0.82% -
XYZ 29.82 18.21 8.42 -
YUV 110.56 107.38 198.93 -
System Red Green Blue C M Y K H S L
Decimal 210 67 74 0 0.68 0.65 0.18 357.06 0.61 0.54
Hex D2 43 4A 0 44 41 12 165 3D 36
Octal 322 103 112 0 104 101 22 545 75 66
Binary 11010010 1000011 1001010 0 1000100 1000001 10010 101100101 111101 110110

Color Harmonies of #D2434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2434A

Black with #D2434A

Text Example


Text Example

White with #D2434A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2434A; }

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

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

background-color css

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

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

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

border-color css

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

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

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