Html Css Color HEX #D2435E Mandy

📋 copy color: '#D2435E'

red 210 ◦ green 67 ◦ blue 94

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

Shades of Mandy #D2435E

Tints of Mandy #D2435E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.34%

R = 56.6%
G = 18.06%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2435E (or 0xD2435E) is known color: Mandy. HEX triplet: D2, 43 and 5E. RGB value is (210,67,94). Sum of RGB (Red+Green+Blue) = 210+67+94=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2435E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2435E is #2DBCA1. Grayscale: #707070. Windows color (decimal): -2997410 or 6177746. OLE color: 6177746.

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

Color convert

RGB 210 67 94 -
CMYK 0 0.68 0.55 0.18
HSL 348.67º 0.61% 0.54% -
HSV(B) 348.67º 0.68% 0.82% -
XYZ 30.61 18.52 12.55 -
YUV 112.84 117.38 197.3 -
System Red Green Blue C M Y K H S L
Decimal 210 67 94 0 0.68 0.55 0.18 348.67 0.61 0.54
Hex D2 43 5E 0 44 37 12 15D 3D 36
Octal 322 103 136 0 104 67 22 535 75 66
Binary 11010010 1000011 1011110 0 1000100 110111 10010 101011101 111101 110110

Color Harmonies of #D2435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2435E

Black with #D2435E

Text Example


Text Example

White with #D2435E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2435E; }

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

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

background-color css

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

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

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

border-color css

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

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

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