Html Css Color HEX #D84348 Mandy

📋 copy color: '#D84348'

red 216 ◦ green 67 ◦ blue 72

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

Shades of Mandy #D84348

Tints of Mandy #D84348

RGB

 RED value IS 216 (84.77% from 255) = 60.85%

 GREEN value IS 67 (26.56% from 255) = 18.87%

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 60.85%
G = 18.87%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D84348 (or 0xD84348) is known color: Mandy. HEX triplet: D8, 43 and 48. RGB value is (216,67,72). Sum of RGB (Red+Green+Blue) = 216+67+72=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D84348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84348 is #27BCB7. Grayscale: #707070. Windows color (decimal): -2604216 or 4735960. OLE color: 4735960.

HSL color Cylindrical-coordinate representation of color #D84348: hue angle of 357.99º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84348 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 67 72 -
CMYK 0 0.69 0.67 0.15
HSL 357.99º 0.66% 0.55% -
HSV(B) 357.99º 0.69% 0.85% -
XYZ 31.5 19.08 8.15 -
YUV 112.12 105.36 202.09 -
System Red Green Blue C M Y K H S L
Decimal 216 67 72 0 0.69 0.67 0.15 357.99 0.66 0.55
Hex D8 43 48 0 45 43 F 166 42 37
Octal 330 103 110 0 105 103 17 546 102 67
Binary 11011000 1000011 1001000 0 1000101 1000011 1111 101100110 1000010 110111

Color Harmonies of #D84348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84348

Black with #D84348

Text Example


Text Example

White with #D84348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84348; }

 p { color: rgb(216,67,72); }

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

background-color css

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

 a { background-color: rgb(216,67,72); }

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

border-color css

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

 span { border-color: rgb(216,67,72); }

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