Html Css Color HEX #DD6675 Froly

📋 copy color: '#DD6675'

red 221 ◦ green 102 ◦ blue 117

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

Shades of Froly #DD6675

Tints of Froly #DD6675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.18%

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

R = 50.23%
G = 23.18%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD6675 (or 0xDD6675) is known color: Froly. HEX triplet: DD, 66 and 75. RGB value is (221,102,117). Sum of RGB (Red+Green+Blue) = 221+102+117=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6675 is #22998A. Grayscale: #8B8B8B. Windows color (decimal): -2267531 or 7694045. OLE color: 7694045.

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

Color convert

RGB 221 102 117 -
CMYK 0 0.54 0.47 0.13
HSL 352.44º 0.64% 0.63% -
HSV(B) 352.44º 0.54% 0.87% -
XYZ 37.78 26.16 19.89 -
YUV 139.29 115.42 186.28 -
System Red Green Blue C M Y K H S L
Decimal 221 102 117 0 0.54 0.47 0.13 352.44 0.64 0.63
Hex DD 66 75 0 36 2F D 160 40 3F
Octal 335 146 165 0 66 57 15 540 100 77
Binary 11011101 1100110 1110101 0 110110 101111 1101 101100000 1000000 111111

Color Harmonies of #DD6675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6675

Black with #DD6675

Text Example


Text Example

White with #DD6675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6675; }

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

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

background-color css

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

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

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

border-color css

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

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

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