Html Css Color HEX #D0435F Mandy

📋 copy color: '#D0435F'

red 208 ◦ green 67 ◦ blue 95

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

Shades of Mandy #D0435F

Tints of Mandy #D0435F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.68%

R = 56.22%
G = 18.11%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0435F (or 0xD0435F) is known color: Mandy. HEX triplet: D0, 43 and 5F. RGB value is (208,67,95). Sum of RGB (Red+Green+Blue) = 208+67+95=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0435F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0435F is #2FBCA0. Grayscale: #707070. Windows color (decimal): -3128481 or 6243280. OLE color: 6243280.

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

Color convert

RGB 208 67 95 -
CMYK 0 0.68 0.54 0.18
HSL 348.09º 0.6% 0.54% -
HSV(B) 348.09º 0.68% 0.82% -
XYZ 30.09 18.25 12.76 -
YUV 112.35 118.21 196.22 -
System Red Green Blue C M Y K H S L
Decimal 208 67 95 0 0.68 0.54 0.18 348.09 0.6 0.54
Hex D0 43 5F 0 44 36 12 15C 3C 36
Octal 320 103 137 0 104 66 22 534 74 66
Binary 11010000 1000011 1011111 0 1000100 110110 10010 101011100 111100 110110

Color Harmonies of #D0435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0435F

Black with #D0435F

Text Example


Text Example

White with #D0435F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0435F; }

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

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

background-color css

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

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

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

border-color css

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

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

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