Html Css Color HEX #DD6872 Froly

📋 copy color: '#DD6872'

red 221 ◦ green 104 ◦ blue 114

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

Shades of Froly #DD6872

Tints of Froly #DD6872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.97%

R = 50.34%
G = 23.69%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD6872 (or 0xDD6872) is known color: Froly. HEX triplet: DD, 68 and 72. RGB value is (221,104,114). Sum of RGB (Red+Green+Blue) = 221+104+114=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6872 is #22978D. Grayscale: #8C8C8C. Windows color (decimal): -2267022 or 7497949. OLE color: 7497949.

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

Color convert

RGB 221 104 114 -
CMYK 0 0.53 0.48 0.13
HSL 354.87º 0.63% 0.64% -
HSV(B) 354.87º 0.53% 0.87% -
XYZ 37.81 26.49 19.04 -
YUV 140.12 113.26 185.69 -
System Red Green Blue C M Y K H S L
Decimal 221 104 114 0 0.53 0.48 0.13 354.87 0.63 0.64
Hex DD 68 72 0 35 30 D 163 3F 40
Octal 335 150 162 0 65 60 15 543 77 100
Binary 11011101 1101000 1110010 0 110101 110000 1101 101100011 111111 1000000

Color Harmonies of #DD6872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6872

Black with #DD6872

Text Example


Text Example

White with #DD6872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6872; }

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

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

background-color css

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

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

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

border-color css

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

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

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