Html Css Color HEX #DD6B74 Froly

📋 copy color: '#DD6B74'

red 221 ◦ green 107 ◦ blue 116

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

Shades of Froly #DD6B74

Tints of Froly #DD6B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.13%

R = 49.77%
G = 24.1%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD6B74 (or 0xDD6B74) is known color: Froly. HEX triplet: DD, 6B and 74. RGB value is (221,107,116). Sum of RGB (Red+Green+Blue) = 221+107+116=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B74 is #22948B. Grayscale: #8E8E8E. Windows color (decimal): -2266252 or 7629789. OLE color: 7629789.

HSL color Cylindrical-coordinate representation of color #DD6B74: hue angle of 355.26º 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 #DD6B74 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 107 116 -
CMYK 0 0.52 0.48 0.13
HSL 355.26º 0.63% 0.64% -
HSV(B) 355.26º 0.52% 0.87% -
XYZ 38.23 27.15 19.75 -
YUV 142.11 113.27 184.27 -
System Red Green Blue C M Y K H S L
Decimal 221 107 116 0 0.52 0.48 0.13 355.26 0.63 0.64
Hex DD 6B 74 0 34 30 D 163 3F 40
Octal 335 153 164 0 64 60 15 543 77 100
Binary 11011101 1101011 1110100 0 110100 110000 1101 101100011 111111 1000000

Color Harmonies of #DD6B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B74

Black with #DD6B74

Text Example


Text Example

White with #DD6B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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