Html Css Color HEX #D0415D Mandy

📋 copy color: '#D0415D'

red 208 ◦ green 65 ◦ blue 93

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

Shades of Mandy #D0415D

Tints of Mandy #D0415D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.41%

R = 56.83%
G = 17.76%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0415D (or 0xD0415D) is known color: Mandy. HEX triplet: D0, 41 and 5D. RGB value is (208,65,93). Sum of RGB (Red+Green+Blue) = 208+65+93=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D0415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0415D is #2FBEA2. Grayscale: #6E6E6E. Windows color (decimal): -3128995 or 6111696. OLE color: 6111696.

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

Color convert

RGB 208 65 93 -
CMYK 0 0.69 0.55 0.18
HSL 348.25º 0.6% 0.54% -
HSV(B) 348.25º 0.69% 0.82% -
XYZ 29.88 17.98 12.25 -
YUV 110.95 117.88 197.22 -
System Red Green Blue C M Y K H S L
Decimal 208 65 93 0 0.69 0.55 0.18 348.25 0.6 0.54
Hex D0 41 5D 0 45 37 12 15C 3C 36
Octal 320 101 135 0 105 67 22 534 74 66
Binary 11010000 1000001 1011101 0 1000101 110111 10010 101011100 111100 110110

Color Harmonies of #D0415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0415D

Black with #D0415D

Text Example


Text Example

White with #D0415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0415D; }

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

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

background-color css

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

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

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

border-color css

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

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

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