Html Css Color HEX #D3415D Mandy

📋 copy color: '#D3415D'

red 211 ◦ green 65 ◦ blue 93

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

Shades of Mandy #D3415D

Tints of Mandy #D3415D

RGB

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

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

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

R = 57.18%
G = 17.62%
B = 25.2%

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

#D3415D (or 0xD3415D) is known color: Mandy. HEX triplet: D3, 41 and 5D. RGB value is (211,65,93). Sum of RGB (Red+Green+Blue) = 211+65+93=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D3415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3415D is #2CBEA2. Grayscale: #6F6F6F. Windows color (decimal): -2932387 or 6111699. OLE color: 6111699.

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

Color convert

RGB 211 65 93 -
CMYK 0 0.69 0.56 0.17
HSL 348.49º 0.62% 0.54% -
HSV(B) 348.49º 0.69% 0.83% -
XYZ 30.73 18.42 12.29 -
YUV 111.85 117.37 198.72 -
System Red Green Blue C M Y K H S L
Decimal 211 65 93 0 0.69 0.56 0.17 348.49 0.62 0.54
Hex D3 41 5D 0 45 38 11 15C 3E 36
Octal 323 101 135 0 105 70 21 534 76 66
Binary 11010011 1000001 1011101 0 1000101 111000 10001 101011100 111110 110110

Color Harmonies of #D3415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3415D

Black with #D3415D

Text Example


Text Example

White with #D3415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3415D; }

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

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

background-color css

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

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

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

border-color css

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

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

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