Html Css Color HEX #D1424B Mandy

📋 copy color: '#D1424B'

red 209 ◦ green 66 ◦ blue 75

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

Shades of Mandy #D1424B

Tints of Mandy #D1424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

 BLUE value IS 75 (29.69% from 255) = 21.43%

R = 59.71%
G = 18.86%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1424B (or 0xD1424B) is known color: Mandy. HEX triplet: D1, 42 and 4B. RGB value is (209,66,75). Sum of RGB (Red+Green+Blue) = 209+66+75=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D1424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1424B is #2EBDB4. Grayscale: #6D6D6D. Windows color (decimal): -3063221 or 4932305. OLE color: 4932305.

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

Color convert

RGB 209 66 75 -
CMYK 0 0.68 0.64 0.18
HSL 356.22º 0.61% 0.54% -
HSV(B) 356.22º 0.68% 0.82% -
XYZ 29.51 17.96 8.57 -
YUV 109.78 108.38 198.77 -
System Red Green Blue C M Y K H S L
Decimal 209 66 75 0 0.68 0.64 0.18 356.22 0.61 0.54
Hex D1 42 4B 0 44 40 12 164 3D 36
Octal 321 102 113 0 104 100 22 544 75 66
Binary 11010001 1000010 1001011 0 1000100 1000000 10010 101100100 111101 110110

Color Harmonies of #D1424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1424B

Black with #D1424B

Text Example


Text Example

White with #D1424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1424B; }

 p { color: rgb(209,66,75); }

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

background-color css

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

 a { background-color: rgb(209,66,75); }

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

border-color css

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

 span { border-color: rgb(209,66,75); }

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