Html Css Color HEX #D9434A Mandy

📋 copy color: '#D9434A'

red 217 ◦ green 67 ◦ blue 74

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

Shades of Mandy #D9434A

Tints of Mandy #D9434A

RGB

 RED value IS 217 (85.16% from 255) = 60.61%

 GREEN value IS 67 (26.56% from 255) = 18.72%

 BLUE value IS 74 (29.3% from 255) = 20.67%

R = 60.61%
G = 18.72%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9434A (or 0xD9434A) is known color: Mandy. HEX triplet: D9, 43 and 4A. RGB value is (217,67,74). Sum of RGB (Red+Green+Blue) = 217+67+74=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D9434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9434A is #26BCB5. Grayscale: #707070. Windows color (decimal): -2538678 or 4867033. OLE color: 4867033.

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

Color convert

RGB 217 67 74 -
CMYK 0 0.69 0.66 0.15
HSL 357.2º 0.66% 0.56% -
HSV(B) 357.2º 0.69% 0.85% -
XYZ 31.86 19.26 8.52 -
YUV 112.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 217 67 74 0 0.69 0.66 0.15 357.2 0.66 0.56
Hex D9 43 4A 0 45 42 F 165 42 38
Octal 331 103 112 0 105 102 17 545 102 70
Binary 11011001 1000011 1001010 0 1000101 1000010 1111 101100101 1000010 111000

Color Harmonies of #D9434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9434A

Black with #D9434A

Text Example


Text Example

White with #D9434A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9434A; }

 p { color: rgb(217,67,74); }

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

background-color css

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

 a { background-color: rgb(217,67,74); }

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

border-color css

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

 span { border-color: rgb(217,67,74); }

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