Html Css Color HEX #D0424A Mandy

📋 copy color: '#D0424A'

red 208 ◦ green 66 ◦ blue 74

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

Shades of Mandy #D0424A

Tints of Mandy #D0424A

RGB

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

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

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

R = 59.77%
G = 18.97%
B = 21.26%

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

#D0424A (or 0xD0424A) is known color: Mandy. HEX triplet: D0, 42 and 4A. RGB value is (208,66,74). Sum of RGB (Red+Green+Blue) = 208+66+74=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D0424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0424A is #2FBDB5. Grayscale: #6D6D6D. Windows color (decimal): -3128758 or 4866768. OLE color: 4866768.

HSL color Cylindrical-coordinate representation of color #D0424A: hue angle of 356.62º 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 #D0424A is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 66 74 -
CMYK 0 0.68 0.64 0.18
HSL 356.62º 0.6% 0.54% -
HSV(B) 356.62º 0.68% 0.82% -
XYZ 29.2 17.8 8.38 -
YUV 109.37 108.04 198.35 -
System Red Green Blue C M Y K H S L
Decimal 208 66 74 0 0.68 0.64 0.18 356.62 0.6 0.54
Hex D0 42 4A 0 44 40 12 165 3C 36
Octal 320 102 112 0 104 100 22 545 74 66
Binary 11010000 1000010 1001010 0 1000100 1000000 10010 101100101 111100 110110

Color Harmonies of #D0424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0424A

Black with #D0424A

Text Example


Text Example

White with #D0424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0424A; }

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

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

background-color css

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

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

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

border-color css

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

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

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