Html Css Color HEX #D0424B Mandy

📋 copy color: '#D0424B'

red 208 ◦ green 66 ◦ blue 75

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

Shades of Mandy #D0424B

Tints of Mandy #D0424B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.49%

R = 59.6%
G = 18.91%
B = 21.49%

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

#D0424B (or 0xD0424B) is known color: Mandy. HEX triplet: D0, 42 and 4B. RGB value is (208,66,75). Sum of RGB (Red+Green+Blue) = 208+66+75=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D0424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0424B is #2FBDB4. Grayscale: #6D6D6D. Windows color (decimal): -3128757 or 4932304. OLE color: 4932304.

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

Color convert

RGB 208 66 75 -
CMYK 0 0.68 0.64 0.18
HSL 356.2º 0.6% 0.54% -
HSV(B) 356.2º 0.68% 0.82% -
XYZ 29.23 17.81 8.55 -
YUV 109.48 108.54 198.27 -
System Red Green Blue C M Y K H S L
Decimal 208 66 75 0 0.68 0.64 0.18 356.2 0.6 0.54
Hex D0 42 4B 0 44 40 12 164 3C 36
Octal 320 102 113 0 104 100 22 544 74 66
Binary 11010000 1000010 1001011 0 1000100 1000000 10010 101100100 111100 110110

Color Harmonies of #D0424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0424B

Black with #D0424B

Text Example


Text Example

White with #D0424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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