Html Css Color HEX #D54158 Mandy

📋 copy color: '#D54158'

red 213 ◦ green 65 ◦ blue 88

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

Shades of Mandy #D54158

Tints of Mandy #D54158

RGB

 RED value IS 213 (83.59% from 255) = 58.2%

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

 BLUE value IS 88 (34.77% from 255) = 24.04%

R = 58.2%
G = 17.76%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D54158 (or 0xD54158) is known color: Mandy. HEX triplet: D5, 41 and 58. RGB value is (213,65,88). Sum of RGB (Red+Green+Blue) = 213+65+88=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D54158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54158 is #2ABEA7. Grayscale: #6F6F6F. Windows color (decimal): -2801320 or 5784021. OLE color: 5784021.

HSL color Cylindrical-coordinate representation of color #D54158: hue angle of 350.68º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54158 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 65 88 -
CMYK 0 0.69 0.59 0.16
HSL 350.68º 0.64% 0.55% -
HSV(B) 350.68º 0.69% 0.84% -
XYZ 31.09 18.63 11.19 -
YUV 111.87 114.53 200.13 -
System Red Green Blue C M Y K H S L
Decimal 213 65 88 0 0.69 0.59 0.16 350.68 0.64 0.55
Hex D5 41 58 0 45 3B 10 15F 40 37
Octal 325 101 130 0 105 73 20 537 100 67
Binary 11010101 1000001 1011000 0 1000101 111011 10000 101011111 1000000 110111

Color Harmonies of #D54158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54158

Black with #D54158

Text Example


Text Example

White with #D54158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54158; }

 p { color: rgb(213,65,88); }

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

background-color css

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

 a { background-color: rgb(213,65,88); }

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

border-color css

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

 span { border-color: rgb(213,65,88); }

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