Html Css Color HEX #D5424B Mandy

📋 copy color: '#D5424B'

red 213 ◦ green 66 ◦ blue 75

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

Shades of Mandy #D5424B

Tints of Mandy #D5424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.64%

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

R = 60.17%
G = 18.64%
B = 21.19%

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

#D5424B (or 0xD5424B) is known color: Mandy. HEX triplet: D5, 42 and 4B. RGB value is (213,66,75). Sum of RGB (Red+Green+Blue) = 213+66+75=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D5424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5424B is #2ABDB4. Grayscale: #6F6F6F. Windows color (decimal): -2801077 or 4932309. OLE color: 4932309.

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

Color convert

RGB 213 66 75 -
CMYK 0 0.69 0.65 0.16
HSL 356.33º 0.64% 0.55% -
HSV(B) 356.33º 0.69% 0.84% -
XYZ 30.66 18.55 8.62 -
YUV 110.98 107.7 200.77 -
System Red Green Blue C M Y K H S L
Decimal 213 66 75 0 0.69 0.65 0.16 356.33 0.64 0.55
Hex D5 42 4B 0 45 41 10 164 40 37
Octal 325 102 113 0 105 101 20 544 100 67
Binary 11010101 1000010 1001011 0 1000101 1000001 10000 101100100 1000000 110111

Color Harmonies of #D5424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5424B

Black with #D5424B

Text Example


Text Example

White with #D5424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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