Html Css Color HEX #D1414A Mandy

📋 copy color: '#D1414A'

red 209 ◦ green 65 ◦ blue 74

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

Shades of Mandy #D1414A

Tints of Mandy #D1414A

RGB

 RED value IS 209 (82.03% from 255) = 60.06%

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

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

R = 60.06%
G = 18.68%
B = 21.26%

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

#D1414A (or 0xD1414A) is known color: Mandy. HEX triplet: D1, 41 and 4A. RGB value is (209,65,74). Sum of RGB (Red+Green+Blue) = 209+65+74=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D1414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1414A is #2EBEB5. Grayscale: #6D6D6D. Windows color (decimal): -3063478 or 4866513. OLE color: 4866513.

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

Color convert

RGB 209 65 74 -
CMYK 0 0.69 0.65 0.18
HSL 356.25º 0.61% 0.54% -
HSV(B) 356.25º 0.69% 0.82% -
XYZ 29.42 17.83 8.37 -
YUV 109.08 108.21 199.27 -
System Red Green Blue C M Y K H S L
Decimal 209 65 74 0 0.69 0.65 0.18 356.25 0.61 0.54
Hex D1 41 4A 0 45 41 12 164 3D 36
Octal 321 101 112 0 105 101 22 544 75 66
Binary 11010001 1000001 1001010 0 1000101 1000001 10010 101100100 111101 110110

Color Harmonies of #D1414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1414A

Black with #D1414A

Text Example


Text Example

White with #D1414A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1414A; }

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

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

background-color css

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

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

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

border-color css

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

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

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