Html Css Color HEX #D5414B Mandy

📋 copy color: '#D5414B'

red 213 ◦ green 65 ◦ blue 75

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

Shades of Mandy #D5414B

Tints of Mandy #D5414B

RGB

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

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

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

R = 60.34%
G = 18.41%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5414B (or 0xD5414B) is known color: Mandy. HEX triplet: D5, 41 and 4B. RGB value is (213,65,75). Sum of RGB (Red+Green+Blue) = 213+65+75=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D5414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5414B is #2ABEB4. Grayscale: #6E6E6E. Windows color (decimal): -2801333 or 4932053. OLE color: 4932053.

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

Color convert

RGB 213 65 75 -
CMYK 0 0.69 0.65 0.16
HSL 355.95º 0.64% 0.55% -
HSV(B) 355.95º 0.69% 0.84% -
XYZ 30.6 18.43 8.6 -
YUV 110.39 108.03 201.19 -
System Red Green Blue C M Y K H S L
Decimal 213 65 75 0 0.69 0.65 0.16 355.95 0.64 0.55
Hex D5 41 4B 0 45 41 10 164 40 37
Octal 325 101 113 0 105 101 20 544 100 67
Binary 11010101 1000001 1001011 0 1000101 1000001 10000 101100100 1000000 110111

Color Harmonies of #D5414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5414B

Black with #D5414B

Text Example


Text Example

White with #D5414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5414B; }

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

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

background-color css

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

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

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

border-color css

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

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

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