Html Css Color HEX #D3415E Mandy

📋 copy color: '#D3415E'

red 211 ◦ green 65 ◦ blue 94

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

Shades of Mandy #D3415E

Tints of Mandy #D3415E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.41%

R = 57.03%
G = 17.57%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D3415E (or 0xD3415E) is known color: Mandy. HEX triplet: D3, 41 and 5E. RGB value is (211,65,94). Sum of RGB (Red+Green+Blue) = 211+65+94=370 (49% of max value = 765). Red value is 211 (82.81% from 255 or 57.03% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 211 - color contains mainly: red. Hex color #D3415E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3415E is #2CBEA1. Grayscale: #6F6F6F. Windows color (decimal): -2932386 or 6177235. OLE color: 6177235.

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

Color convert

RGB 211 65 94 -
CMYK 0 0.69 0.55 0.17
HSL 348.08º 0.62% 0.54% -
HSV(B) 348.08º 0.69% 0.83% -
XYZ 30.77 18.44 12.53 -
YUV 111.96 117.87 198.64 -
System Red Green Blue C M Y K H S L
Decimal 211 65 94 0 0.69 0.55 0.17 348.08 0.62 0.54
Hex D3 41 5E 0 45 37 11 15C 3E 36
Octal 323 101 136 0 105 67 21 534 76 66
Binary 11010011 1000001 1011110 0 1000101 110111 10001 101011100 111110 110110

Color Harmonies of #D3415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3415E

Black with #D3415E

Text Example


Text Example

White with #D3415E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3415E; }

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

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

background-color css

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

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

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

border-color css

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

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

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