Html Css Color HEX #D7424B Mandy

📋 copy color: '#D7424B'

red 215 ◦ green 66 ◦ blue 75

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

Shades of Mandy #D7424B

Tints of Mandy #D7424B

RGB

 RED value IS 215 (84.38% from 255) = 60.39%

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

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

R = 60.39%
G = 18.54%
B = 21.07%

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

#D7424B (or 0xD7424B) is known color: Mandy. HEX triplet: D7, 42 and 4B. RGB value is (215,66,75). Sum of RGB (Red+Green+Blue) = 215+66+75=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D7424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7424B is #28BDB4. Grayscale: #6F6F6F. Windows color (decimal): -2670005 or 4932311. OLE color: 4932311.

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

Color convert

RGB 215 66 75 -
CMYK 0 0.69 0.65 0.16
HSL 356.38º 0.65% 0.55% -
HSV(B) 356.38º 0.69% 0.84% -
XYZ 31.24 18.85 8.65 -
YUV 111.58 107.36 201.77 -
System Red Green Blue C M Y K H S L
Decimal 215 66 75 0 0.69 0.65 0.16 356.38 0.65 0.55
Hex D7 42 4B 0 45 41 10 164 41 37
Octal 327 102 113 0 105 101 20 544 101 67
Binary 11010111 1000010 1001011 0 1000101 1000001 10000 101100100 1000001 110111

Color Harmonies of #D7424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7424B

Black with #D7424B

Text Example


Text Example

White with #D7424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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