Html Css Color HEX #D04358 Mandy

📋 copy color: '#D04358'

red 208 ◦ green 67 ◦ blue 88

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

Shades of Mandy #D04358

Tints of Mandy #D04358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.24%

R = 57.3%
G = 18.46%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D04358 (or 0xD04358) is known color: Mandy. HEX triplet: D0, 43 and 58. RGB value is (208,67,88). Sum of RGB (Red+Green+Blue) = 208+67+88=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D04358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04358 is #2FBCA7. Grayscale: #6F6F6F. Windows color (decimal): -3128488 or 5784528. OLE color: 5784528.

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

Color convert

RGB 208 67 88 -
CMYK 0 0.68 0.58 0.18
HSL 351.06º 0.6% 0.54% -
HSV(B) 351.06º 0.68% 0.82% -
XYZ 29.78 18.13 11.16 -
YUV 111.55 114.71 196.79 -
System Red Green Blue C M Y K H S L
Decimal 208 67 88 0 0.68 0.58 0.18 351.06 0.6 0.54
Hex D0 43 58 0 44 3A 12 15F 3C 36
Octal 320 103 130 0 104 72 22 537 74 66
Binary 11010000 1000011 1011000 0 1000100 111010 10010 101011111 111100 110110

Color Harmonies of #D04358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04358

Black with #D04358

Text Example


Text Example

White with #D04358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04358; }

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

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

background-color css

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

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

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

border-color css

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

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

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