Html Css Color HEX #D94348 Mandy

📋 copy color: '#D94348'

red 217 ◦ green 67 ◦ blue 72

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

Shades of Mandy #D94348

Tints of Mandy #D94348

RGB

 RED value IS 217 (85.16% from 255) = 60.96%

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

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

R = 60.96%
G = 18.82%
B = 20.22%

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

#D94348 (or 0xD94348) is known color: Mandy. HEX triplet: D9, 43 and 48. RGB value is (217,67,72). Sum of RGB (Red+Green+Blue) = 217+67+72=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D94348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94348 is #26BCB7. Grayscale: #707070. Windows color (decimal): -2538680 or 4735961. OLE color: 4735961.

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

Color convert

RGB 217 67 72 -
CMYK 0 0.69 0.67 0.15
HSL 358º 0.66% 0.56% -
HSV(B) 358º 0.69% 0.85% -
XYZ 31.79 19.23 8.17 -
YUV 112.42 105.2 202.59 -
System Red Green Blue C M Y K H S L
Decimal 217 67 72 0 0.69 0.67 0.15 358 0.66 0.56
Hex D9 43 48 0 45 43 F 166 42 38
Octal 331 103 110 0 105 103 17 546 102 70
Binary 11011001 1000011 1001000 0 1000101 1000011 1111 101100110 1000010 111000

Color Harmonies of #D94348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94348

Black with #D94348

Text Example


Text Example

White with #D94348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94348; }

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

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

background-color css

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

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

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

border-color css

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

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

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