Html Css Color HEX #D54153 Mandy

📋 copy color: '#D54153'

red 213 ◦ green 65 ◦ blue 83

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

Shades of Mandy #D54153

Tints of Mandy #D54153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.99%

R = 59%
G = 18.01%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D54153 (or 0xD54153) is known color: Mandy. HEX triplet: D5, 41 and 53. RGB value is (213,65,83). Sum of RGB (Red+Green+Blue) = 213+65+83=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D54153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54153 is #2ABEAC. Grayscale: #6F6F6F. Windows color (decimal): -2801325 or 5456341. OLE color: 5456341.

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

Color convert

RGB 213 65 83 -
CMYK 0 0.69 0.61 0.16
HSL 352.7º 0.64% 0.55% -
HSV(B) 352.7º 0.69% 0.84% -
XYZ 30.89 18.55 10.14 -
YUV 111.3 112.03 200.54 -
System Red Green Blue C M Y K H S L
Decimal 213 65 83 0 0.69 0.61 0.16 352.7 0.64 0.55
Hex D5 41 53 0 45 3D 10 161 40 37
Octal 325 101 123 0 105 75 20 541 100 67
Binary 11010101 1000001 1010011 0 1000101 111101 10000 101100001 1000000 110111

Color Harmonies of #D54153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54153

Black with #D54153

Text Example


Text Example

White with #D54153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54153; }

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

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

background-color css

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

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

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

border-color css

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

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

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