Html Css Color HEX #D1454B Mandy

📋 copy color: '#D1454B'

red 209 ◦ green 69 ◦ blue 75

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

Shades of Mandy #D1454B

Tints of Mandy #D1454B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.55%

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

R = 59.21%
G = 19.55%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1454B (or 0xD1454B) is known color: Mandy. HEX triplet: D1, 45 and 4B. RGB value is (209,69,75). Sum of RGB (Red+Green+Blue) = 209+69+75=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D1454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1454B is #2EBAB4. Grayscale: #6F6F6F. Windows color (decimal): -3062453 or 4933073. OLE color: 4933073.

HSL color Cylindrical-coordinate representation of color #D1454B: hue angle of 357.43º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1454B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 69 75 -
CMYK 0 0.67 0.64 0.18
HSL 357.43º 0.6% 0.55% -
HSV(B) 357.43º 0.67% 0.82% -
XYZ 29.69 18.32 8.63 -
YUV 111.54 107.38 197.51 -
System Red Green Blue C M Y K H S L
Decimal 209 69 75 0 0.67 0.64 0.18 357.43 0.6 0.55
Hex D1 45 4B 0 43 40 12 165 3C 37
Octal 321 105 113 0 103 100 22 545 74 67
Binary 11010001 1000101 1001011 0 1000011 1000000 10010 101100101 111100 110111

Color Harmonies of #D1454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1454B

Black with #D1454B

Text Example


Text Example

White with #D1454B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1454B; }

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

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

background-color css

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

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

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

border-color css

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

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

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