Html Css Color HEX #DD7375 Froly

📋 copy color: '#DD7375'

red 221 ◦ green 115 ◦ blue 117

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

Shades of Froly #DD7375

Tints of Froly #DD7375

RGB

 RED value IS 221 (86.72% from 255) = 48.79%

 GREEN value IS 115 (45.31% from 255) = 25.39%

 BLUE value IS 117 (46.09% from 255) = 25.83%

R = 48.79%
G = 25.39%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD7375 (or 0xDD7375) is known color: Froly. HEX triplet: DD, 73 and 75. RGB value is (221,115,117). Sum of RGB (Red+Green+Blue) = 221+115+117=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7375 is #228C8A. Grayscale: #939393. Windows color (decimal): -2264203 or 7697373. OLE color: 7697373.

HSL color Cylindrical-coordinate representation of color #DD7375: hue angle of 358.87º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7375 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 115 117 -
CMYK 0 0.48 0.47 0.13
HSL 358.87º 0.61% 0.66% -
HSV(B) 358.87º 0.48% 0.87% -
XYZ 39.16 28.92 20.35 -
YUV 146.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 221 115 117 0 0.48 0.47 0.13 358.87 0.61 0.66
Hex DD 73 75 0 30 2F D 167 3D 42
Octal 335 163 165 0 60 57 15 547 75 102
Binary 11011101 1110011 1110101 0 110000 101111 1101 101100111 111101 1000010

Color Harmonies of #DD7375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7375

Black with #DD7375

Text Example


Text Example

White with #DD7375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7375; }

 p { color: rgb(221,115,117); }

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

background-color css

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

 a { background-color: rgb(221,115,117); }

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

border-color css

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

 span { border-color: rgb(221,115,117); }

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