Html Css Color HEX #DD434E Mandy

📋 copy color: '#DD434E'

red 221 ◦ green 67 ◦ blue 78

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

Shades of Mandy #DD434E

Tints of Mandy #DD434E

RGB

 RED value IS 221 (86.72% from 255) = 60.38%

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

 BLUE value IS 78 (30.86% from 255) = 21.31%

R = 60.38%
G = 18.31%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD434E (or 0xDD434E) is known color: Mandy. HEX triplet: DD, 43 and 4E. RGB value is (221,67,78). Sum of RGB (Red+Green+Blue) = 221+67+78=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD434E is #22BCB1. Grayscale: #727272. Windows color (decimal): -2276530 or 5129181. OLE color: 5129181.

HSL color Cylindrical-coordinate representation of color #DD434E: hue angle of 355.71º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD434E is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 67 78 -
CMYK 0 0.70 0.65 0.13
HSL 355.71º 0.69% 0.56% -
HSV(B) 355.71º 0.7% 0.87% -
XYZ 33.2 19.94 9.31 -
YUV 114.3 107.52 204.11 -
System Red Green Blue C M Y K H S L
Decimal 221 67 78 0 0.70 0.65 0.13 355.71 0.69 0.56
Hex DD 43 4E 0 46 41 D 164 45 38
Octal 335 103 116 0 106 101 15 544 105 70
Binary 11011101 1000011 1001110 0 1000110 1000001 1101 101100100 1000101 111000

Color Harmonies of #DD434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD434E

Black with #DD434E

Text Example


Text Example

White with #DD434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD434E; }

 p { color: rgb(221,67,78); }

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

background-color css

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

 a { background-color: rgb(221,67,78); }

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

border-color css

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

 span { border-color: rgb(221,67,78); }

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