Html Css Color HEX #D3415C Mandy

📋 copy color: '#D3415C'

red 211 ◦ green 65 ◦ blue 92

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

Shades of Mandy #D3415C

Tints of Mandy #D3415C

RGB

 RED value IS 211 (82.81% from 255) = 57.34%

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

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

R = 57.34%
G = 17.66%
B = 25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3415C (or 0xD3415C) is known color: Mandy. HEX triplet: D3, 41 and 5C. RGB value is (211,65,92). Sum of RGB (Red+Green+Blue) = 211+65+92=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D3415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3415C is #2CBEA3. Grayscale: #6F6F6F. Windows color (decimal): -2932388 or 6046163. OLE color: 6046163.

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

Color convert

RGB 211 65 92 -
CMYK 0 0.69 0.56 0.17
HSL 348.9º 0.62% 0.54% -
HSV(B) 348.9º 0.69% 0.83% -
XYZ 30.69 18.4 12.06 -
YUV 111.73 116.87 198.8 -
System Red Green Blue C M Y K H S L
Decimal 211 65 92 0 0.69 0.56 0.17 348.9 0.62 0.54
Hex D3 41 5C 0 45 38 11 15D 3E 36
Octal 323 101 134 0 105 70 21 535 76 66
Binary 11010011 1000001 1011100 0 1000101 111000 10001 101011101 111110 110110

Color Harmonies of #D3415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3415C

Black with #D3415C

Text Example


Text Example

White with #D3415C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3415C; }

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

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

background-color css

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

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

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

border-color css

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

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

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