Html Css Color HEX #DD6871 Froly

📋 copy color: '#DD6871'

red 221 ◦ green 104 ◦ blue 113

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

Shades of Froly #DD6871

Tints of Froly #DD6871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.74%

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

R = 50.46%
G = 23.74%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD6871 (or 0xDD6871) is known color: Froly. HEX triplet: DD, 68 and 71. RGB value is (221,104,113). Sum of RGB (Red+Green+Blue) = 221+104+113=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6871 is #22978E. Grayscale: #8C8C8C. Windows color (decimal): -2267023 or 7432413. OLE color: 7432413.

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

Color convert

RGB 221 104 113 -
CMYK 0 0.53 0.49 0.13
HSL 355.38º 0.63% 0.64% -
HSV(B) 355.38º 0.53% 0.87% -
XYZ 37.75 26.47 18.74 -
YUV 140.01 112.76 185.77 -
System Red Green Blue C M Y K H S L
Decimal 221 104 113 0 0.53 0.49 0.13 355.38 0.63 0.64
Hex DD 68 71 0 35 31 D 163 3F 40
Octal 335 150 161 0 65 61 15 543 77 100
Binary 11011101 1101000 1110001 0 110101 110001 1101 101100011 111111 1000000

Color Harmonies of #DD6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6871

Black with #DD6871

Text Example


Text Example

White with #DD6871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6871; }

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

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

background-color css

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

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

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

border-color css

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

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

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