Html Css Color HEX #D1414D Mandy

📋 copy color: '#D1414D'

red 209 ◦ green 65 ◦ blue 77

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

Shades of Mandy #D1414D

Tints of Mandy #D1414D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 59.54%
G = 18.52%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1414D (or 0xD1414D) is known color: Mandy. HEX triplet: D1, 41 and 4D. RGB value is (209,65,77). Sum of RGB (Red+Green+Blue) = 209+65+77=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1414D is #2EBEB2. Grayscale: #6D6D6D. Windows color (decimal): -3063475 or 5063121. OLE color: 5063121.

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

Color convert

RGB 209 65 77 -
CMYK 0 0.69 0.63 0.18
HSL 355º 0.61% 0.54% -
HSV(B) 355º 0.69% 0.82% -
XYZ 29.52 17.87 8.91 -
YUV 109.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 209 65 77 0 0.69 0.63 0.18 355 0.61 0.54
Hex D1 41 4D 0 45 3F 12 163 3D 36
Octal 321 101 115 0 105 77 22 543 75 66
Binary 11010001 1000001 1001101 0 1000101 111111 10010 101100011 111101 110110

Color Harmonies of #D1414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1414D

Black with #D1414D

Text Example


Text Example

White with #D1414D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1414D; }

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

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

background-color css

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

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

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

border-color css

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

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

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