Html Css Color HEX #D2414A Mandy

📋 copy color: '#D2414A'

red 210 ◦ green 65 ◦ blue 74

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

Shades of Mandy #D2414A

Tints of Mandy #D2414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.62%

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

R = 60.17%
G = 18.62%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2414A (or 0xD2414A) is known color: Mandy. HEX triplet: D2, 41 and 4A. RGB value is (210,65,74). Sum of RGB (Red+Green+Blue) = 210+65+74=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D2414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2414A is #2DBEB5. Grayscale: #6D6D6D. Windows color (decimal): -2997942 or 4866514. OLE color: 4866514.

HSL color Cylindrical-coordinate representation of color #D2414A: hue angle of 356.28º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2414A is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 65 74 -
CMYK 0 0.69 0.65 0.18
HSL 356.28º 0.62% 0.54% -
HSV(B) 356.28º 0.69% 0.82% -
XYZ 29.7 17.98 8.38 -
YUV 109.38 108.04 199.77 -
System Red Green Blue C M Y K H S L
Decimal 210 65 74 0 0.69 0.65 0.18 356.28 0.62 0.54
Hex D2 41 4A 0 45 41 12 164 3E 36
Octal 322 101 112 0 105 101 22 544 76 66
Binary 11010010 1000001 1001010 0 1000101 1000001 10010 101100100 111110 110110

Color Harmonies of #D2414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2414A

Black with #D2414A

Text Example


Text Example

White with #D2414A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2414A; }

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

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

background-color css

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

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

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

border-color css

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

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

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