Html Css Color HEX #DD6978 Froly

📋 copy color: '#DD6978'

red 221 ◦ green 105 ◦ blue 120

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

Shades of Froly #DD6978

Tints of Froly #DD6978

RGB

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

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

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

R = 49.55%
G = 23.54%
B = 26.91%

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

#DD6978 (or 0xDD6978) is known color: Froly. HEX triplet: DD, 69 and 78. RGB value is (221,105,120). Sum of RGB (Red+Green+Blue) = 221+105+120=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6978 is #229687. Grayscale: #8D8D8D. Windows color (decimal): -2266760 or 7891421. OLE color: 7891421.

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

Color convert

RGB 221 105 120 -
CMYK 0 0.52 0.46 0.13
HSL 352.24º 0.63% 0.64% -
HSV(B) 352.24º 0.52% 0.87% -
XYZ 38.26 26.83 20.93 -
YUV 141.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 221 105 120 0 0.52 0.46 0.13 352.24 0.63 0.64
Hex DD 69 78 0 34 2E D 160 3F 40
Octal 335 151 170 0 64 56 15 540 77 100
Binary 11011101 1101001 1111000 0 110100 101110 1101 101100000 111111 1000000

Color Harmonies of #DD6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6978

Black with #DD6978

Text Example


Text Example

White with #DD6978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6978; }

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

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

background-color css

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

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

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

border-color css

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

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

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