Html Css Color HEX #DC697A Froly

📋 copy color: '#DC697A'

red 220 ◦ green 105 ◦ blue 122

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

Shades of Froly #DC697A

Tints of Froly #DC697A

RGB

 RED value IS 220 (86.33% from 255) = 49.22%

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

 BLUE value IS 122 (48.05% from 255) = 27.29%

R = 49.22%
G = 23.49%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC697A (or 0xDC697A) is known color: Froly. HEX triplet: DC, 69 and 7A. RGB value is (220,105,122). Sum of RGB (Red+Green+Blue) = 220+105+122=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC697A is #239685. Grayscale: #8D8D8D. Windows color (decimal): -2332294 or 8022492. OLE color: 8022492.

HSL color Cylindrical-coordinate representation of color #DC697A: hue angle of 351.13º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC697A is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 105 122 -
CMYK 0 0.52 0.45 0.14
HSL 351.13º 0.62% 0.64% -
HSV(B) 351.13º 0.52% 0.86% -
XYZ 38.08 26.72 21.56 -
YUV 141.32 117.1 184.12 -
System Red Green Blue C M Y K H S L
Decimal 220 105 122 0 0.52 0.45 0.14 351.13 0.62 0.64
Hex DC 69 7A 0 34 2D E 15F 3E 40
Octal 334 151 172 0 64 55 16 537 76 100
Binary 11011100 1101001 1111010 0 110100 101101 1110 101011111 111110 1000000

Color Harmonies of #DC697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC697A

Black with #DC697A

Text Example


Text Example

White with #DC697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC697A; }

 p { color: rgb(220,105,122); }

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

background-color css

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

 a { background-color: rgb(220,105,122); }

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

border-color css

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

 span { border-color: rgb(220,105,122); }

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