Html Css Color HEX #DD6971 Froly

📋 copy color: '#DD6971'

red 221 ◦ green 105 ◦ blue 113

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

Shades of Froly #DD6971

Tints of Froly #DD6971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.92%

 BLUE value IS 113 (44.53% from 255) = 25.74%

R = 50.34%
G = 23.92%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD6971 (or 0xDD6971) is known color: Froly. HEX triplet: DD, 69 and 71. RGB value is (221,105,113). Sum of RGB (Red+Green+Blue) = 221+105+113=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6971 is #22968E. Grayscale: #8C8C8C. Windows color (decimal): -2266767 or 7432669. OLE color: 7432669.

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

Color convert

RGB 221 105 113 -
CMYK 0 0.52 0.49 0.13
HSL 355.86º 0.63% 0.64% -
HSV(B) 355.86º 0.52% 0.87% -
XYZ 37.85 26.67 18.78 -
YUV 140.6 112.43 185.35 -
System Red Green Blue C M Y K H S L
Decimal 221 105 113 0 0.52 0.49 0.13 355.86 0.63 0.64
Hex DD 69 71 0 34 31 D 164 3F 40
Octal 335 151 161 0 64 61 15 544 77 100
Binary 11011101 1101001 1110001 0 110100 110001 1101 101100100 111111 1000000

Color Harmonies of #DD6971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6971

Black with #DD6971

Text Example


Text Example

White with #DD6971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6971; }

 p { color: rgb(221,105,113); }

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

background-color css

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

 a { background-color: rgb(221,105,113); }

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

border-color css

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

 span { border-color: rgb(221,105,113); }

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