Html Css Color HEX #DD6B78 Froly

📋 copy color: '#DD6B78'

red 221 ◦ green 107 ◦ blue 120

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

Shades of Froly #DD6B78

Tints of Froly #DD6B78

RGB

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

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

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

R = 49.33%
G = 23.88%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD6B78 (or 0xDD6B78) is known color: Froly. HEX triplet: DD, 6B and 78. RGB value is (221,107,120). Sum of RGB (Red+Green+Blue) = 221+107+120=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B78 is #229487. Grayscale: #8E8E8E. Windows color (decimal): -2266248 or 7891933. OLE color: 7891933.

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

Color convert

RGB 221 107 120 -
CMYK 0 0.52 0.46 0.13
HSL 353.16º 0.63% 0.64% -
HSV(B) 353.16º 0.52% 0.87% -
XYZ 38.47 27.24 21 -
YUV 142.57 115.27 183.94 -
System Red Green Blue C M Y K H S L
Decimal 221 107 120 0 0.52 0.46 0.13 353.16 0.63 0.64
Hex DD 6B 78 0 34 2E D 161 3F 40
Octal 335 153 170 0 64 56 15 541 77 100
Binary 11011101 1101011 1111000 0 110100 101110 1101 101100001 111111 1000000

Color Harmonies of #DD6B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B78

Black with #DD6B78

Text Example


Text Example

White with #DD6B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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