Html Css Color HEX #DD6678 Froly

📋 copy color: '#DD6678'

red 221 ◦ green 102 ◦ blue 120

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

Shades of Froly #DD6678

Tints of Froly #DD6678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.02%

 BLUE value IS 120 (47.27% from 255) = 27.09%

R = 49.89%
G = 23.02%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD6678 (or 0xDD6678) is known color: Froly. HEX triplet: DD, 66 and 78. RGB value is (221,102,120). Sum of RGB (Red+Green+Blue) = 221+102+120=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6678 is #229987. Grayscale: #8B8B8B. Windows color (decimal): -2267528 or 7890653. OLE color: 7890653.

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

Color convert

RGB 221 102 120 -
CMYK 0 0.54 0.46 0.13
HSL 350.92º 0.64% 0.63% -
HSV(B) 350.92º 0.54% 0.87% -
XYZ 37.96 26.23 20.83 -
YUV 139.63 116.92 186.04 -
System Red Green Blue C M Y K H S L
Decimal 221 102 120 0 0.54 0.46 0.13 350.92 0.64 0.63
Hex DD 66 78 0 36 2E D 15F 40 3F
Octal 335 146 170 0 66 56 15 537 100 77
Binary 11011101 1100110 1111000 0 110110 101110 1101 101011111 1000000 111111

Color Harmonies of #DD6678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6678

Black with #DD6678

Text Example


Text Example

White with #DD6678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6678; }

 p { color: rgb(221,102,120); }

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

background-color css

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

 a { background-color: rgb(221,102,120); }

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

border-color css

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

 span { border-color: rgb(221,102,120); }

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