Html Css Color HEX #DD6B6D Froly

📋 copy color: '#DD6B6D'

red 221 ◦ green 107 ◦ blue 109

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

Shades of Froly #DD6B6D

Tints of Froly #DD6B6D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.49%

 BLUE value IS 109 (42.97% from 255) = 24.94%

R = 50.57%
G = 24.49%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD6B6D (or 0xDD6B6D) is known color: Froly. HEX triplet: DD, 6B and 6D. RGB value is (221,107,109). Sum of RGB (Red+Green+Blue) = 221+107+109=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B6D is #229492. Grayscale: #8D8D8D. Windows color (decimal): -2266259 or 7171037. OLE color: 7171037.

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

Color convert

RGB 221 107 109 -
CMYK 0 0.52 0.51 0.13
HSL 358.95º 0.63% 0.64% -
HSV(B) 358.95º 0.52% 0.87% -
XYZ 37.84 26.99 17.68 -
YUV 141.31 109.77 184.84 -
System Red Green Blue C M Y K H S L
Decimal 221 107 109 0 0.52 0.51 0.13 358.95 0.63 0.64
Hex DD 6B 6D 0 34 33 D 167 3F 40
Octal 335 153 155 0 64 63 15 547 77 100
Binary 11011101 1101011 1101101 0 110100 110011 1101 101100111 111111 1000000

Color Harmonies of #DD6B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B6D

Black with #DD6B6D

Text Example


Text Example

White with #DD6B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B6D; }

 p { color: rgb(221,107,109); }

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

background-color css

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

 a { background-color: rgb(221,107,109); }

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

border-color css

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

 span { border-color: rgb(221,107,109); }

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