Html Css Color HEX #D3454D Mandy

📋 copy color: '#D3454D'

red 211 ◦ green 69 ◦ blue 77

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

Shades of Mandy #D3454D

Tints of Mandy #D3454D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.57%

R = 59.1%
G = 19.33%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3454D (or 0xD3454D) is known color: Mandy. HEX triplet: D3, 45 and 4D. RGB value is (211,69,77). Sum of RGB (Red+Green+Blue) = 211+69+77=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D3454D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3454D is #2CBAB2. Grayscale: #707070. Windows color (decimal): -2931379 or 5064147. OLE color: 5064147.

HSL color Cylindrical-coordinate representation of color #D3454D: hue angle of 356.62º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D3454D is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 69 77 -
CMYK 0 0.67 0.64 0.17
HSL 356.62º 0.62% 0.55% -
HSV(B) 356.62º 0.67% 0.83% -
XYZ 30.33 18.64 9.02 -
YUV 112.37 108.04 198.35 -
System Red Green Blue C M Y K H S L
Decimal 211 69 77 0 0.67 0.64 0.17 356.62 0.62 0.55
Hex D3 45 4D 0 43 40 11 165 3E 37
Octal 323 105 115 0 103 100 21 545 76 67
Binary 11010011 1000101 1001101 0 1000011 1000000 10001 101100101 111110 110111

Color Harmonies of #D3454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3454D

Black with #D3454D

Text Example


Text Example

White with #D3454D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3454D; }

 p { color: rgb(211,69,77); }

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

background-color css

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

 a { background-color: rgb(211,69,77); }

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

border-color css

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

 span { border-color: rgb(211,69,77); }

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