Html Css Color HEX #D8414B Mandy

📋 copy color: '#D8414B'

red 216 ◦ green 65 ◦ blue 75

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

Shades of Mandy #D8414B

Tints of Mandy #D8414B

RGB

 RED value IS 216 (84.77% from 255) = 60.67%

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

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

R = 60.67%
G = 18.26%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8414B (or 0xD8414B) is known color: Mandy. HEX triplet: D8, 41 and 4B. RGB value is (216,65,75). Sum of RGB (Red+Green+Blue) = 216+65+75=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D8414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8414B is #27BEB4. Grayscale: #6F6F6F. Windows color (decimal): -2604725 or 4932056. OLE color: 4932056.

HSL color Cylindrical-coordinate representation of color #D8414B: hue angle of 356.03º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8414B is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 65 75 -
CMYK 0 0.70 0.65 0.15
HSL 356.03º 0.66% 0.55% -
HSV(B) 356.03º 0.7% 0.85% -
XYZ 31.48 18.89 8.64 -
YUV 111.29 107.53 202.69 -
System Red Green Blue C M Y K H S L
Decimal 216 65 75 0 0.70 0.65 0.15 356.03 0.66 0.55
Hex D8 41 4B 0 46 41 F 164 42 37
Octal 330 101 113 0 106 101 17 544 102 67
Binary 11011000 1000001 1001011 0 1000110 1000001 1111 101100100 1000010 110111

Color Harmonies of #D8414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8414B

Black with #D8414B

Text Example


Text Example

White with #D8414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8414B; }

 p { color: rgb(216,65,75); }

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

background-color css

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

 a { background-color: rgb(216,65,75); }

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

border-color css

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

 span { border-color: rgb(216,65,75); }

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