Html Css Color HEX #DC697D Froly

📋 copy color: '#DC697D'

red 220 ◦ green 105 ◦ blue 125

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

Shades of Froly #DC697D

Tints of Froly #DC697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.78%

R = 48.89%
G = 23.33%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC697D (or 0xDC697D) is known color: Froly. HEX triplet: DC, 69 and 7D. RGB value is (220,105,125). Sum of RGB (Red+Green+Blue) = 220+105+125=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC697D is #239682. Grayscale: #8D8D8D. Windows color (decimal): -2332291 or 8219100. OLE color: 8219100.

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

Color convert

RGB 220 105 125 -
CMYK 0 0.52 0.43 0.14
HSL 349.57º 0.62% 0.64% -
HSV(B) 349.57º 0.52% 0.86% -
XYZ 38.27 26.8 22.56 -
YUV 141.67 118.6 183.87 -
System Red Green Blue C M Y K H S L
Decimal 220 105 125 0 0.52 0.43 0.14 349.57 0.62 0.64
Hex DC 69 7D 0 34 2B E 15E 3E 40
Octal 334 151 175 0 64 53 16 536 76 100
Binary 11011100 1101001 1111101 0 110100 101011 1110 101011110 111110 1000000

Color Harmonies of #DC697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC697D

Black with #DC697D

Text Example


Text Example

White with #DC697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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