Html Css Color HEX #D2435A Mandy

📋 copy color: '#D2435A'

red 210 ◦ green 67 ◦ blue 90

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

Shades of Mandy #D2435A

Tints of Mandy #D2435A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.52%

R = 57.22%
G = 18.26%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2435A (or 0xD2435A) is known color: Mandy. HEX triplet: D2, 43 and 5A. RGB value is (210,67,90). Sum of RGB (Red+Green+Blue) = 210+67+90=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D2435A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2435A is #2DBCA5. Grayscale: #707070. Windows color (decimal): -2997414 or 5915602. OLE color: 5915602.

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

Color convert

RGB 210 67 90 -
CMYK 0 0.68 0.57 0.18
HSL 350.35º 0.61% 0.54% -
HSV(B) 350.35º 0.68% 0.82% -
XYZ 30.43 18.45 11.63 -
YUV 112.38 115.38 197.63 -
System Red Green Blue C M Y K H S L
Decimal 210 67 90 0 0.68 0.57 0.18 350.35 0.61 0.54
Hex D2 43 5A 0 44 39 12 15E 3D 36
Octal 322 103 132 0 104 71 22 536 75 66
Binary 11010010 1000011 1011010 0 1000100 111001 10010 101011110 111101 110110

Color Harmonies of #D2435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2435A

Black with #D2435A

Text Example


Text Example

White with #D2435A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2435A; }

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

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

background-color css

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

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

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

border-color css

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

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

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