Html Css Color HEX #D0415A Mandy

📋 copy color: '#D0415A'

red 208 ◦ green 65 ◦ blue 90

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

Shades of Mandy #D0415A

Tints of Mandy #D0415A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.79%

R = 57.3%
G = 17.91%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0415A (or 0xD0415A) is known color: Mandy. HEX triplet: D0, 41 and 5A. RGB value is (208,65,90). Sum of RGB (Red+Green+Blue) = 208+65+90=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D0415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0415A is #2FBEA5. Grayscale: #6E6E6E. Windows color (decimal): -3128998 or 5915088. OLE color: 5915088.

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

Color convert

RGB 208 65 90 -
CMYK 0 0.69 0.57 0.18
HSL 349.51º 0.6% 0.54% -
HSV(B) 349.51º 0.69% 0.82% -
XYZ 29.75 17.93 11.57 -
YUV 110.61 116.38 197.47 -
System Red Green Blue C M Y K H S L
Decimal 208 65 90 0 0.69 0.57 0.18 349.51 0.6 0.54
Hex D0 41 5A 0 45 39 12 15E 3C 36
Octal 320 101 132 0 105 71 22 536 74 66
Binary 11010000 1000001 1011010 0 1000101 111001 10010 101011110 111100 110110

Color Harmonies of #D0415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0415A

Black with #D0415A

Text Example


Text Example

White with #D0415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0415A; }

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

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

background-color css

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

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

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

border-color css

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

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

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