Html Css Color HEX #D3415B Mandy

📋 copy color: '#D3415B'

red 211 ◦ green 65 ◦ blue 91

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

Shades of Mandy #D3415B

Tints of Mandy #D3415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.8%

R = 57.49%
G = 17.71%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3415B (or 0xD3415B) is known color: Mandy. HEX triplet: D3, 41 and 5B. RGB value is (211,65,91). Sum of RGB (Red+Green+Blue) = 211+65+91=367 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.49% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 211 - color contains mainly: red. Hex color #D3415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3415B is #2CBEA4. Grayscale: #6F6F6F. Windows color (decimal): -2932389 or 5980627. OLE color: 5980627.

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

Color convert

RGB 211 65 91 -
CMYK 0 0.69 0.57 0.17
HSL 349.32º 0.62% 0.54% -
HSV(B) 349.32º 0.69% 0.83% -
XYZ 30.64 18.38 11.83 -
YUV 111.62 116.37 198.89 -
System Red Green Blue C M Y K H S L
Decimal 211 65 91 0 0.69 0.57 0.17 349.32 0.62 0.54
Hex D3 41 5B 0 45 39 11 15D 3E 36
Octal 323 101 133 0 105 71 21 535 76 66
Binary 11010011 1000001 1011011 0 1000101 111001 10001 101011101 111110 110110

Color Harmonies of #D3415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3415B

Black with #D3415B

Text Example


Text Example

White with #D3415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3415B; }

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

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

background-color css

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

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

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

border-color css

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

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

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