Html Css Color HEX #D0434A Mandy

📋 copy color: '#D0434A'

red 208 ◦ green 67 ◦ blue 74

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

Shades of Mandy #D0434A

Tints of Mandy #D0434A

RGB

 RED value IS 208 (81.64% from 255) = 59.6%

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

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

R = 59.6%
G = 19.2%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0434A (or 0xD0434A) is known color: Mandy. HEX triplet: D0, 43 and 4A. RGB value is (208,67,74). Sum of RGB (Red+Green+Blue) = 208+67+74=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D0434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0434A is #2FBCB5. Grayscale: #6E6E6E. Windows color (decimal): -3128502 or 4867024. OLE color: 4867024.

HSL color Cylindrical-coordinate representation of color #D0434A: hue angle of 357.02º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0434A is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 67 74 -
CMYK 0 0.68 0.64 0.18
HSL 357.02º 0.6% 0.54% -
HSV(B) 357.02º 0.68% 0.82% -
XYZ 29.26 17.92 8.4 -
YUV 109.96 107.71 197.93 -
System Red Green Blue C M Y K H S L
Decimal 208 67 74 0 0.68 0.64 0.18 357.02 0.6 0.54
Hex D0 43 4A 0 44 40 12 165 3C 36
Octal 320 103 112 0 104 100 22 545 74 66
Binary 11010000 1000011 1001010 0 1000100 1000000 10010 101100101 111100 110110

Color Harmonies of #D0434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0434A

Black with #D0434A

Text Example


Text Example

White with #D0434A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0434A; }

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

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

background-color css

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

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

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

border-color css

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

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

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