Html Css Color HEX #DC647A Froly

📋 copy color: '#DC647A'

red 220 ◦ green 100 ◦ blue 122

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

Shades of Froly #DC647A

Tints of Froly #DC647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.62%

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

R = 49.77%
G = 22.62%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC647A (or 0xDC647A) is known color: Froly. HEX triplet: DC, 64 and 7A. RGB value is (220,100,122). Sum of RGB (Red+Green+Blue) = 220+100+122=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC647A is #239B85. Grayscale: #8A8A8A. Windows color (decimal): -2333574 or 8021212. OLE color: 8021212.

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

Color convert

RGB 220 100 122 -
CMYK 0 0.55 0.45 0.14
HSL 349º 0.63% 0.63% -
HSV(B) 349º 0.55% 0.86% -
XYZ 37.59 25.74 21.4 -
YUV 138.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 220 100 122 0 0.55 0.45 0.14 349 0.63 0.63
Hex DC 64 7A 0 37 2D E 15D 3F 3F
Octal 334 144 172 0 67 55 16 535 77 77
Binary 11011100 1100100 1111010 0 110111 101101 1110 101011101 111111 111111

Color Harmonies of #DC647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC647A

Black with #DC647A

Text Example


Text Example

White with #DC647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC647A; }

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

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

background-color css

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

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

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

border-color css

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

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

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