Html Css Color HEX #D4425F Mandy

📋 copy color: '#D4425F'

red 212 ◦ green 66 ◦ blue 95

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

Shades of Mandy #D4425F

Tints of Mandy #D4425F

RGB

 RED value IS 212 (83.2% from 255) = 56.84%

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

 BLUE value IS 95 (37.5% from 255) = 25.47%

R = 56.84%
G = 17.69%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D4425F (or 0xD4425F) is known color: Mandy. HEX triplet: D4, 42 and 5F. RGB value is (212,66,95). Sum of RGB (Red+Green+Blue) = 212+66+95=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D4425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4425F is #2BBDA0. Grayscale: #707070. Windows color (decimal): -2866593 or 6243028. OLE color: 6243028.

HSL color Cylindrical-coordinate representation of color #D4425F: hue angle of 348.08º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4425F is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 66 95 -
CMYK 0 0.69 0.55 0.17
HSL 348.08º 0.63% 0.55% -
HSV(B) 348.08º 0.69% 0.83% -
XYZ 31.17 18.72 12.8 -
YUV 112.96 117.87 198.64 -
System Red Green Blue C M Y K H S L
Decimal 212 66 95 0 0.69 0.55 0.17 348.08 0.63 0.55
Hex D4 42 5F 0 45 37 11 15C 3F 37
Octal 324 102 137 0 105 67 21 534 77 67
Binary 11010100 1000010 1011111 0 1000101 110111 10001 101011100 111111 110111

Color Harmonies of #D4425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4425F

Black with #D4425F

Text Example


Text Example

White with #D4425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4425F; }

 p { color: rgb(212,66,95); }

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

background-color css

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

 a { background-color: rgb(212,66,95); }

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

border-color css

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

 span { border-color: rgb(212,66,95); }

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