Html Css Color HEX #D4425C Mandy

📋 copy color: '#D4425C'

red 212 ◦ green 66 ◦ blue 92

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

Shades of Mandy #D4425C

Tints of Mandy #D4425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.86%

R = 57.3%
G = 17.84%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4425C (or 0xD4425C) is known color: Mandy. HEX triplet: D4, 42 and 5C. RGB value is (212,66,92). Sum of RGB (Red+Green+Blue) = 212+66+92=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D4425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4425C is #2BBDA3. Grayscale: #707070. Windows color (decimal): -2866596 or 6046420. OLE color: 6046420.

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

Color convert

RGB 212 66 92 -
CMYK 0 0.69 0.57 0.17
HSL 349.32º 0.63% 0.55% -
HSV(B) 349.32º 0.69% 0.83% -
XYZ 31.03 18.67 12.09 -
YUV 112.62 116.37 198.89 -
System Red Green Blue C M Y K H S L
Decimal 212 66 92 0 0.69 0.57 0.17 349.32 0.63 0.55
Hex D4 42 5C 0 45 39 11 15D 3F 37
Octal 324 102 134 0 105 71 21 535 77 67
Binary 11010100 1000010 1011100 0 1000101 111001 10001 101011101 111111 110111

Color Harmonies of #D4425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4425C

Black with #D4425C

Text Example


Text Example

White with #D4425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4425C; }

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

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

background-color css

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

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

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

border-color css

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

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

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