Html Css Color HEX #D5454B Mandy

📋 copy color: '#D5454B'

red 213 ◦ green 69 ◦ blue 75

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

Shades of Mandy #D5454B

Tints of Mandy #D5454B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.33%

 BLUE value IS 75 (29.69% from 255) = 21.01%

R = 59.66%
G = 19.33%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5454B (or 0xD5454B) is known color: Mandy. HEX triplet: D5, 45 and 4B. RGB value is (213,69,75). Sum of RGB (Red+Green+Blue) = 213+69+75=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5454B is #2ABAB4. Grayscale: #707070. Windows color (decimal): -2800309 or 4933077. OLE color: 4933077.

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

Color convert

RGB 213 69 75 -
CMYK 0 0.68 0.65 0.16
HSL 357.5º 0.63% 0.55% -
HSV(B) 357.5º 0.68% 0.84% -
XYZ 30.84 18.91 8.68 -
YUV 112.74 106.71 199.51 -
System Red Green Blue C M Y K H S L
Decimal 213 69 75 0 0.68 0.65 0.16 357.5 0.63 0.55
Hex D5 45 4B 0 44 41 10 166 3F 37
Octal 325 105 113 0 104 101 20 546 77 67
Binary 11010101 1000101 1001011 0 1000100 1000001 10000 101100110 111111 110111

Color Harmonies of #D5454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5454B

Black with #D5454B

Text Example


Text Example

White with #D5454B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5454B; }

 p { color: rgb(213,69,75); }

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

background-color css

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

 a { background-color: rgb(213,69,75); }

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

border-color css

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

 span { border-color: rgb(213,69,75); }

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