Html Css Color HEX #D0415C Mandy

📋 copy color: '#D0415C'

red 208 ◦ green 65 ◦ blue 92

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

Shades of Mandy #D0415C

Tints of Mandy #D0415C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.81%

 BLUE value IS 92 (36.33% from 255) = 25.21%

R = 56.99%
G = 17.81%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0415C (or 0xD0415C) is known color: Mandy. HEX triplet: D0, 41 and 5C. RGB value is (208,65,92). Sum of RGB (Red+Green+Blue) = 208+65+92=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D0415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0415C is #2FBEA3. Grayscale: #6E6E6E. Windows color (decimal): -3128996 or 6046160. OLE color: 6046160.

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

Color convert

RGB 208 65 92 -
CMYK 0 0.69 0.56 0.18
HSL 348.67º 0.6% 0.54% -
HSV(B) 348.67º 0.69% 0.82% -
XYZ 29.83 17.96 12.02 -
YUV 110.84 117.38 197.3 -
System Red Green Blue C M Y K H S L
Decimal 208 65 92 0 0.69 0.56 0.18 348.67 0.6 0.54
Hex D0 41 5C 0 45 38 12 15D 3C 36
Octal 320 101 134 0 105 70 22 535 74 66
Binary 11010000 1000001 1011100 0 1000101 111000 10010 101011101 111100 110110

Color Harmonies of #D0415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0415C

Black with #D0415C

Text Example


Text Example

White with #D0415C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0415C; }

 p { color: rgb(208,65,92); }

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

background-color css

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

 a { background-color: rgb(208,65,92); }

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

border-color css

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

 span { border-color: rgb(208,65,92); }

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